Add download functionality and action button. Cleaned up how templates are displayed
This commit is contained in:
@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user