(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:
		
							parent
							
								
									fd199c30dc
								
							
						
					
					
						commit
						abd2bef104
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -10,6 +10,10 @@ | ||||||
| 
 | 
 | ||||||
| <body> | <body> | ||||||
|   <h1>Send Update Email</h1> |   <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() %} |   {% with messages = get_flashed_messages() %} | ||||||
|   {% if messages %} |   {% if messages %} | ||||||
|   {% for message in messages %} |   {% for message in messages %} | ||||||
|  | @ -27,10 +31,7 @@ | ||||||
| 
 | 
 | ||||||
|     <button type="submit">Send Update</button> |     <button type="submit">Send Update</button> | ||||||
|   </form> |   </form> | ||||||
|   <p> | 
 | ||||||
|     <a href="{{ url_for('index') }}">Back to Subscribers List</a> | |  | ||||||
|     <a href="{{ url_for('logout') }}">Logout</a> |  | ||||||
|   </p> |  | ||||||
| </body> | </body> | ||||||
| 
 | 
 | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway