From 8c97302e6588f0defb7befe03e7127ef74e40f94 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 21 Mar 2015 18:16:10 +0100 Subject: [PATCH] Fix indentation --- .../templates/pretixcontrol/event/base.html | 170 +++++++++--------- 1 file changed, 85 insertions(+), 85 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/event/base.html b/src/pretix/control/templates/pretixcontrol/event/base.html index cdbd964312..cf909cf751 100644 --- a/src/pretix/control/templates/pretixcontrol/event/base.html +++ b/src/pretix/control/templates/pretixcontrol/event/base.html @@ -2,93 +2,93 @@ {% load i18n %} {% block nav %} -
  • - - - {% trans "Dashboard" %} - -
  • -
  • - - - {% trans "Settings" %} - - - -
  • -
  • - - - {% trans "Products" %} - - - -
  • -
  • - - - {% trans "Orders" %} - -
  • - {% for nav in nav_event %}
  • - - {% if nav.icon %} - - {% endif %} - {{ nav.label }} + + + {% trans "Dashboard" %}
  • +
  • + + + {% trans "Settings" %} + + + +
  • +
  • + + + {% trans "Products" %} + + + +
  • +
  • + + + {% trans "Orders" %} + +
  • + {% for nav in nav_event %} +
  • + + {% if nav.icon %} + + {% endif %} + {{ nav.label }} + +
  • {% endfor %} {% endblock %}