Moved active status to a database entry apposed to a function

Added settings page
Cleaned up rollover page
This commit is contained in:
John Mullins
2023-12-21 16:14:56 +11:00
parent 1240ab2538
commit 25ddf1edfa
12 changed files with 128 additions and 58 deletions
@@ -14,6 +14,7 @@
<a href={% url 'report:bus_roll' %}>Bus Roll</a> /
<a href={% url 'report:bus_summary' %}>Bus Routes</a> /
<a href="https://www2.education.vic.gov.au/pal/school-bus-program/resources">Resources</a> /
<a href={% url 'settings:index' %}>Settings</a> /
<form id="logout-form" method="post" action="{% url 'admin:logout' %}">
{% csrf_token %}
<button type="submit">{% translate 'Log out' %}</button>