Mercurial > sat_legacy_website
comparison templates/sat_website/developers.html @ 35:10ce34ab389a
dummy patch (just add some new lines to make space between the blocks)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 27 Jan 2015 08:16:27 +0100 |
parents | 3df49721008c |
children | 3b4ba14d1e26 |
comparison
equal
deleted
inserted
replaced
34:9d553570cc61 | 35:10ce34ab389a |
---|---|
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | 20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
21 {% endcomment %} | 21 {% endcomment %} |
22 | 22 |
23 {% load i18n %} | 23 {% load i18n %} |
24 {% load staticfiles %} | 24 {% load staticfiles %} |
25 | |
25 {% block headline %}{% trans "Salut à Toi: contributing" %}{% endblock %} | 26 {% block headline %}{% trans "Salut à Toi: contributing" %}{% endblock %} |
26 {% block subtext %}{% trans "Here are some informations on how to develop the Salut à Toi project" %}{% endblock %} | 27 {% block subtext %}{% trans "Here are some informations on how to develop the Salut à Toi project" %}{% endblock %} |
27 {% block main_container %} | 28 {% block main_container %} |
29 | |
28 <div class="row"> | 30 <div class="row"> |
29 <h5 class="alert alert-success"> | 31 <h5 class="alert alert-success"> |
30 {% trans "Get the source" %} | 32 {% trans "Get the source" %} |
31 </h5> | 33 </h5> |
32 <div class="info"> | 34 <div class="info"> |
53 </h5> | 55 </h5> |
54 <div class="info"> | 56 <div class="info"> |
55 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p> | 57 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p> |
56 </div> | 58 </div> |
57 </div> | 59 </div> |
60 | |
58 {% endblock %} | 61 {% endblock %} |