diff 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
line wrap: on
line diff
--- a/templates/sat_website/developers.html	Tue Jan 27 08:20:30 2015 +0100
+++ b/templates/sat_website/developers.html	Tue Jan 27 08:16:27 2015 +0100
@@ -22,9 +22,11 @@
 
 {% load i18n %}
 {% load staticfiles %}
+
 {% block headline %}{% trans "Salut à Toi: contributing" %}{% endblock %}
 {% block subtext %}{% trans "Here are some informations on how to develop the Salut à Toi project" %}{% endblock %}
 {% block main_container %}
+
 <div class="row">
     <h5 class="alert alert-success">
     {% trans "Get the source" %}
@@ -55,4 +57,5 @@
         <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>
     </div>
 </div>
+
 {% endblock %}