config.sh fix

This commit is contained in:
2025-07-05 21:22:26 -06:00
parent 30e5a65b59
commit ddffee3557
6 changed files with 17 additions and 186 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 %}