(fix): Fixed url_for link
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Subscribers</h1>
|
||||
<p><a href="{{ url_for('send_update') }}">Send Update Email</a></p>
|
||||
<p><a href="{{ url_for('send_update_email') }}">Send Update Email</a></p>
|
||||
{% if emails %}
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
||||
<form action="{{ url_for('send_update') }}" method="POST">
|
||||
<form action="{{ url_for('send_update_email') }}" method="POST">
|
||||
<label for="subject">Subject:</label>
|
||||
<input type="text" name="subject" required>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user