Compare commits
1 commit
master
...
minor-corr
Author | SHA1 | Date | |
---|---|---|---|
|
96fded47f0 |
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<div class="auth-center">
|
||||
<div class="auth-content">
|
||||
<div class="auth-box">
|
||||
<h1 class="section-heading allcaps">{% trans "Please set new password for {{user}} " %}</h1>
|
||||
<h1 class="section-heading allcaps">{% trans "Please set new password for "%}{{user}}</h1>
|
||||
{% include 'includes/_messages.html' %}
|
||||
<form action="{% url 'reset' %}" method="post" class="form">
|
||||
{% csrf_token %}
|
||||
|
|
Loading…
Reference in a new issue