Jul 28 - Update the demo request button, and add demo registration page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user