final round of updates. Still need to stabalize first load for the map, having issues for sure; longer load time

This commit is contained in:
2025-07-06 00:43:10 -06:00
parent f4eefa1cae
commit 1fc8b52840
61 changed files with 4767 additions and 758 deletions

View File

@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block extrahead %}
{{ super() }}
<!-- Custom meta tags or head content can go here -->
{% endblock %}
{% block announce %}
<a href="https://homepage.cmlite.org" class="login-button">Login</a>
Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
{% endblock %}