add missing meta description tags

This commit is contained in:
imperosol
2025-09-01 17:22:20 +02:00
parent 57e3a930ba
commit 83c96884d8
10 changed files with 83 additions and 20 deletions

View File

@@ -8,6 +8,10 @@
{% trans %}SAS{% endtrans %}
{% endblock %}
{% block description -%}
{% trans %}See all the photos taken during events organised by the AE.{% endtrans %}
{%- endblock %}
{% set is_sas_admin = user.is_root or user.is_in_group(pk=settings.SITH_GROUP_SAS_ADMIN_ID) %}
{% from "sas/macros.jinja" import display_album %}