Merge branch 'patch-1' into 'master'

Fixed a bug with the translations in login.html

See merge request oliver/ivatar!65
This commit is contained in:
Oliver Falk
2018-11-12 05:52:42 +01:00

View File

@@ -22,7 +22,7 @@
<form action="{% url 'login' %}" method="post" name="login">
{% csrf_token %}
<div class="form-group">
<label for="id_username">{% trans 'Benutzername' %}:</label>
<label for="id_username">{% trans 'Username' %}:</label>
<input type="text" name="username" autofocus required class="form-control" id="id_username">
</div>
<div class="form-group">