Projet

Général

Profil

0001-update-association-page-14587.patch

Serghei Mihai (congés, retour 15/05), 09 février 2017 10:59

Télécharger (1,04 ko)

Voir les différences:

Subject: [PATCH] update association page (#14587)

 mandayejs/mandaye/templates/mandaye/associate.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
mandayejs/mandaye/templates/mandaye/associate.html
7 7
        <title>{% trans 'Associate your account' %}</title>
8 8
    </head>
9 9
    <body>
10
        <div id="main-div">
10
        <div id="main-div" class="mandaye-associate">
11 11
            <h1>{% trans 'Associate your account' %}</h1>
12
            <div id='div-logo'><img id='logo' src="{% static 'images/associate.png' alt='associate.png' %}" /></div>
13 12
            {% if messages %}
14 13
            <ul class="messages">
15 14
                {%for message in messages%}
16
-