Moved table.html as an include instead of on each page. Added the school name to the main options page for clarity and understanding.
This commit is contained in:
@ -14,15 +14,5 @@
|
||||
<p></p>
|
||||
<input type="submit" value="Submit"></input>
|
||||
</form>
|
||||
|
||||
<h4>Here is a list of your client's Groups.</h4>
|
||||
<a id="download" href="/downloadcsv">Click here to download as CSV.</a>
|
||||
</div>
|
||||
<div class="panda-table">
|
||||
{{ table | safe }}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% include 'table.html' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user