diff templates/sat_website/category.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/category.html	Tue Jan 27 08:20:30 2015 +0100
+++ b/templates/sat_website/category.html	Tue Jan 27 08:16:27 2015 +0100
@@ -25,8 +25,8 @@
 	<div class="container">
 		<header id="overview" class="subhead">
 			<h2>{% block headline %}{% endblock %}</h2>
-				<p class="lead">{% block subtext %}{% endblock %}</p>
-					{% block extra %}{% endblock %}
+			<p class="lead">{% block subtext %}{% endblock %}</p>
+			{% block extra %}{% endblock %}
 		</header>
 		{% block main_container %}{% endblock %}
 	</div>