Skip to content
Snippets Groups Projects

Introduce and use a present_by_default attribute for AKCategory

Merged Benjamin Hättasch requested to merge feature-present-default into main
@@ -8,7 +8,7 @@
@@ -8,7 +8,7 @@
{% load tags_AKModel %}
{% load tags_AKModel %}
{% block title %}{% trans "AKs" %}: {{ ak.event.name }} - {% trans "AK" %}: {{ ak.name }}{% endblock %}
{% block title %}{{ ak.name }} ({{ ak.event.name }}) {% endblock %}
{% block meta %}
{% block meta %}
<meta name="twitter:card" content="summary" />
<meta name="twitter:card" content="summary" />
Loading