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:
@ -1,7 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
{% extends 'head.html' %}
|
||||
{% block content %}
|
||||
<h4>Hello! Please select what you'd like to do.</h4>
|
||||
|
||||
|
||||
<h4>Hello! Please find the options for {{ session.school }}.</h4>
|
||||
</div>
|
||||
<div class="card-grid">
|
||||
<form class="card"
|
||||
|
||||
Reference in New Issue
Block a user