Fresh start without sensitive data

This commit is contained in:
2025-05-11 16:05:18 -06:00
commit 917463e75e
332 changed files with 126989 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block announce %}
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}