From ed840521789ab7ba83e0c275bbadc5f07523b3fc Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 16 Feb 2016 08:51:23 +0100 Subject: [PATCH] [mod] dedent --- prosopopee/templates/menu.html | 38 +++++++++++++++++----------------- prosopopee/templates/page.html | 6 +++--- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/prosopopee/templates/menu.html b/prosopopee/templates/menu.html index b9ab437..f871b84 100644 --- a/prosopopee/templates/menu.html +++ b/prosopopee/templates/menu.html @@ -1,19 +1,19 @@ - + diff --git a/prosopopee/templates/page.html b/prosopopee/templates/page.html index 927f15a..71e8757 100644 --- a/prosopopee/templates/page.html +++ b/prosopopee/templates/page.html @@ -15,9 +15,9 @@

{{ gallery.title }}

- {% for section in gallery.sections %} - {% include "sections/" + section.type + ".html" %} - {% endfor %} +{% for section in gallery.sections %} + {% include "sections/" + section.type + ".html" %} +{% endfor %}