Skip to content
Snippets Groups Projects

Fix templates

Merged Tom Teichler requested to merge 353-password-reset into 331-user-registration
3 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,7 +9,7 @@
<div class="alert warning">
<p>
<i class="material-icons left">warning</i>
{% blocktrans %}Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it..{% endblocktrans %}
{% blocktrans %}Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it.{% endblocktrans %}
</p>
</div>
@@ -19,8 +19,8 @@
{% blocktrans %}Please contact one of your site administrators, if you
have any troblue resetting your password:{% endblocktrans %}
</p>
{% include "core/partials/admins_list.html" %}
</div>
{% include "core/partials/admins_list.html" %}
<form method="post" action="{% url 'account_reset_password' %}" class="password_reset">
{% csrf_token %}
Loading