Projet

Général

Profil

0001-montpellier-mandaye-add-link-to-user-s-procedures-19.patch

Josué Kouka, 18 octobre 2017 15:24

Télécharger (1,1 ko)

Voir les différences:

Subject: [PATCH] montpellier: mandaye, add link to user's procedures (#19402)

 templates/variants/montpellier/mandaye/panel.html | 1 +
 1 file changed, 1 insertion(+)
templates/variants/montpellier/mandaye/panel.html
27 27
    {% if is_linked %}
28 28
        <div id="mandaye-logon-url"><a href="{% url 'logout' %}">Me déconnecter</a></div>
29 29
        <div id="mandaye-association-url"><a href="{% url 'dissociate' %}">Délier mon compte</a></div>
30
        {% if portal_user_url %}<div id="mandaye-advances"><a href="{{portal_user_url}}">{% trans 'advances' %}</a></div>{% endif %}
30 31
    {% else %}
31 32
        <div id="mandaye-assocation-url"><a href="{% url 'mellon_login' %}">Me connecter avec mon compte citoyen</a></div>
32 33
    {% endif %}
33
-