Jul 28 - Update the demo request button, and add demo registration page

This commit is contained in:
2026-07-28 14:18:22 -04:00
parent 6b904aead9
commit ea9458395d
17 changed files with 905 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
href="{{ url_for('admin.audit', action=val, entity=entity) }}">{{ label }}</a>
{% endfor %}
<span class="filters__sep">·</span>
{% set entities = [('', 'All types'), ('section','section'), ('topic','topic')] %}
{% set entities = [('', 'All types'), ('section','section'), ('topic','topic'), ('demo','demo')] %}
{% for val, label in entities %}
<a class="filter-chip {{ 'is-active' if entity == val }}"
href="{{ url_for('admin.audit', action=action, entity=val) }}">{{ label }}</a>