From 7a1f5d5b1c80ee0b1902e9be2750d51fc4d82601 Mon Sep 17 00:00:00 2001 From: Arthur Darcet Date: Sat, 2 Feb 2013 13:11:47 +0100 Subject: [PATCH] 4 spaces indentation in base templates --- xnet/templates/base.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/xnet/templates/base.html b/xnet/templates/base.html index 7dcfcf5..be42f07 100644 --- a/xnet/templates/base.html +++ b/xnet/templates/base.html @@ -1,22 +1,22 @@ {% load staticfiles %} - - Polytechnique.net - + + Polytechnique.net + - - {% if messages %} -
- -
- {% endif %} + + {% if messages %} +
+ +
+ {% endif %} - {% block content %} - {% endblock content %} - + {% block content %} + {% endblock content %} + -- 2.1.4