From 7ea58907e6b5a6018c09d1e598f244ea1e7f6662 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 22 Jul 2019 23:15:22 +0200 Subject: [PATCH] Auto-indent the base template --- khaganat/templates/khaganat/base.html | 118 +++++++++++++------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/khaganat/templates/khaganat/base.html b/khaganat/templates/khaganat/base.html index f7927ac..41fd34c 100644 --- a/khaganat/templates/khaganat/base.html +++ b/khaganat/templates/khaganat/base.html @@ -1,63 +1,63 @@ {% load static %}{% load i18n %}{% load navbar %}{% load get_page %}{% get_current_language as LANGUAGE_CODE %} - - - - {% if debug %} - - - {% else %} - - - {% endif %} - - - - {% block headers %}{% endblock %} - Khaganat - {% block title %}{% endblock %} - - - {% navbar %} -
- {% if messages %} -
- {% for message in messages %} -
-
- {% if 'safe' in message.tags %} - {{ message|safe }} - {% else %} - {{ message }} - {% endif %} -
-
- {% endfor %} -
- {% endif %} -
- {% block content %}{% endblock %} -
-
- +