(fix): Fixed url_for link
This commit is contained in:
parent
d47f7ae67e
commit
9bc4d87938
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Subscribers</h1>
|
<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 %}
|
{% if emails %}
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
||||||
<form action="{{ url_for('send_update') }}" method="POST">
|
<form action="{{ url_for('send_update_email') }}" method="POST">
|
||||||
<label for="subject">Subject:</label>
|
<label for="subject">Subject:</label>
|
||||||
<input type="text" name="subject" required>
|
<input type="text" name="subject" required>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue