1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-09-30 21:31:35 +02:00

Search activities

This commit is contained in:
Ehouarn
2025-09-26 22:58:30 +02:00
parent 47d2476b51
commit ad90887691
2 changed files with 30 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base_search.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
@@ -44,6 +44,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
<h3 class="card-header text-center">
{% trans "All activities" %}
</h3>
{% render_table table %}
{% render_table all %}
</div>
{{ block.super }}
{% endblock %}