diff templates/sat_website/social_contract.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
line wrap: on
line diff
--- a/templates/sat_website/social_contract.html	Tue Jan 27 08:20:30 2015 +0100
+++ b/templates/sat_website/social_contract.html	Tue Jan 27 08:16:27 2015 +0100
@@ -23,8 +23,10 @@
 {% load i18n %}
 {% load staticfiles %}
 {% load markdown_deux_tags %}
+
 {% block headline %}{% trans "Salut à Toi's social contract" %}{% endblock %}
 {% block main_container %}
+
 <div class="row">
     <div class="col-md-8 col-md-offset-2">
         <div id="social_contract">
@@ -32,4 +34,5 @@
         </div>
     </div>
 </div>
+
 {% endblock %}