acm-site/acmsite/templates/admin/index.html
2024-04-01 15:24:43 +11:00

10 lines
380 B
HTML

{% extends "admin/admin-layout.html" %}
{% block app_content %}
<h1>Welcome to the Officer Dashboard!</h1>
<p>Use the navbar up top to navigate to a user dashboard, event dashboard, and
bulk mail tool (when/if it works...).</p>
<p>Update your Officer photo <a href="{{ url_for('admin.upload_photo')
}}">here</a>
{% endblock app_content %}