This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-pratic/src/authentic2_pratic/templates/authentic2_pratic/collectivity_sidebar.html

9 lines
238 B
HTML

{% extends "authentic2_pratic/sidebar.html" %}
{% load i18n staticfiles django_tables2 %}
{% block page_title %}
<a href="{% url "a2-pratic-collectivity-edit" collectivity_pk=collectivity.pk %}">
{{ collectivity }}
</a>
{% endblock %}