Base template pointing to new apps

This commit is contained in:
st01765
2026-02-06 13:37:10 +11:00
parent 3583731231
commit a0e6dcf2af
2 changed files with 6 additions and 6 deletions
@@ -10,9 +10,9 @@
</style>
{% endblock %}
{% block userlinks %}
<a href={% url 'report:emergency_contacts' %}>Emergency Contacts</a> /
<a href={% url 'report:bus_roll' %}>Bus Roll</a> /
<a href={% url 'report:bus_summary' %}>Bus Routes</a> /
<a href="{% url 'transport:emergency_contacts' %}">Emergency Contacts</a> /
<a href="{% url 'transport:bus_roll' %}">Bus Roll</a> /
<a href="{% url 'transport: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' %}">