change slug 'A' and 'P' to 'active' and 'pension'

This commit is contained in:
2022-01-11 09:52:16 +00:00
parent 47aafb157e
commit 931ecb4138
4 changed files with 9 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
{% endfor %}
<div class="cell large-2 medium-4 small-6">
<a class="button memb-btn {% if '/members/P' == request.path %} active {% endif %}" href="{% url 'members_view' 'P' %}">
<a class="button memb-btn {% if 'pension' in request.path %} active {% endif %}" href="{% url 'members_view' 'pension' %}">
Pension
</a>
</div>