Subnav bar added and some other small changes. Need to figure out CSV upload.

This commit is contained in:
Norm Rasmussen
2023-03-01 17:05:16 -05:00
parent deb11e07ae
commit b3a44ce929
13 changed files with 155 additions and 50 deletions

View File

@ -1,8 +1,7 @@
<!DOCTYPE html>
{% extends 'head.html' %}
{% include 'logo.html' %}
{% block content %}
<h4>Hello! Please find the options for {{ session.school }}.</h4>
<p></p>
</div>
@ -11,7 +10,7 @@
action="{{ url_for('get_people')}}"
method="post">
<a class="a-card"
onclick="document.forms[0].submit()"
onclick="document.forms['get_people'].submit()"
style="cursor:pointer;">
<i class="ri-car-line card__icon"></i>
<p class="card__name">Get People</p>
@ -61,6 +60,5 @@
<p class="card__name">Add Active People to Groups</p>
</div>
</body>
{% endblock %}