(style): Adjust order to fix formatting of flash messages
Adjusted order in send_update.html to fix formatting for flash messages.
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
<body>
|
||||
<h1>Send Update Email</h1>
|
||||
<p>
|
||||
<a href="{{ url_for('index') }}">Back to Subscribers List</a> |
|
||||
<a href="{{ url_for('logout') }}">Logout</a>
|
||||
</p>
|
||||
{% with messages = get_flashed_messages() %}
|
||||
{% if messages %}
|
||||
{% for message in messages %}
|
||||
@@ -27,10 +31,7 @@
|
||||
|
||||
<button type="submit">Send Update</button>
|
||||
</form>
|
||||
<p>
|
||||
<a href="{{ url_for('index') }}">Back to Subscribers List</a> |
|
||||
<a href="{{ url_for('logout') }}">Logout</a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user