fix password reset view

This commit is contained in:
wcolmenares 2019-05-01 17:48:24 -04:00
commit 926b91ef97
2 changed files with 2 additions and 4 deletions

View file

@ -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 %}