mirror of
				https://github.com/DarkflameUniverse/NexusDashboard.git
				synced 2025-10-30 03:51:54 +00:00 
			
		
		
		
	reverse list order while displaying buttons
This commit is contained in:
		| @@ -12,7 +12,7 @@ | ||||
|   <div class="row"> | ||||
|     <div class="col"> | ||||
|       Items: <br/> | ||||
|       {% for report in reports  %} | ||||
|       {% for report in reports|reverse %} | ||||
|         <a role="button" class="btn btn-primary btn btn-block" | ||||
|           href='{{url_for('reports.items_by_date', date=report.date)}}'> | ||||
|           {{report.date}} | ||||
| @@ -39,9 +39,3 @@ | ||||
|     </div> | ||||
|   </div> | ||||
| {% endblock  %} | ||||
|  | ||||
|  | ||||
| {% block js %} | ||||
|   {{ super () }} | ||||
|  | ||||
| {% endblock %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aaron Kimbre
					Aaron Kimbre