fixed translations

This commit is contained in:
Levi 2017-04-06 10:14:39 -05:00
commit 8969b0c29b
4 changed files with 18 additions and 20 deletions

View file

@ -27,7 +27,7 @@
<div class="intro-message">
<h2 class="section-heading">{% trans "Login"%}</h2>
<form action="{% url 'hosting:login' %}" method="post" class="form" novalidate>
<form action="{% url 'hosting:login' %}" method="post" class="form" novalidated>
{% csrf_token %}
{% for field in form %}
{% bootstrap_field field show_label=False type='fields'%}