change le app-title du template de demande (#24339)

This commit is contained in:
Benjamin Dauvergne 2018-08-03 11:17:32 +02:00
parent 7d30353547
commit 4aaa1e1b95
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
{% load i18n %}
{% block appbar %}
<h2>Validation d'identité</h2>
<h2>
<a href="{% url 'a2-manager-user-detail' pk=object.pk %}">{{ object.get_full_name }}</a>
</h2>
{% endblock %}
{% block breadcrumb %}