Add download functionality and action button. Cleaned up how templates are displayed

This commit is contained in:
Norm Rasmussen
2023-03-29 18:06:46 -04:00
parent dae2eb440e
commit e52a9e2bb0
289 changed files with 16826 additions and 778 deletions

View File

@ -4,6 +4,6 @@
{% include 'header.html' %}
{% block content %}
<h2>Hello! You're currently accessing {{ session.school }}.</h2>
<h2>Hello! You're currently accessing {{ session.raw_school }}.</h2>
{% endblock %}