Base template pointing to new apps
This commit is contained in:
@@ -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' %}">
|
||||
|
||||
Reference in New Issue
Block a user