Browse Source

Do not mix spaces and tabs indent, even in template files ;)

opi 9 years ago
parent
commit
7a6d4bfaae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/members/templates/members/registration/login.html

+ 1 - 1
coin/members/templates/members/registration/login.html

@@ -10,7 +10,7 @@
         <form id="login-form" method="post" action="{% url 'members:django.contrib.auth.views.login' %}">
             {% csrf_token %}
             {% if form.errors %}
-        	<div class="alert-box alert">
+            <div class="alert-box alert">
                 {% if form.errors.items|length == 1 %}
                     {% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}
                 {% endif %}<br/>