Explorar o código

Merge branch 'change-password-safe-tag' into dev

Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
cb4b8c945d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      jet/templates/registration/password_change_form.html

+ 2 - 2
jet/templates/registration/password_change_form.html

@@ -33,7 +33,7 @@
                         {{ form.new_password1.errors }}
                         {{ form.new_password1.label_tag }} {{ form.new_password1 }}
                         {% if form.new_password1.help_text %}
-                            <p class="help">{{ form.new_password1.help_text }}</p>
+                            <p class="help">{{ form.new_password1.help_text|safe }}</p>
                         {% endif %}
                     </div>
 
@@ -41,7 +41,7 @@
                         {{ form.new_password2.errors }}
                         {{ form.new_password2.label_tag }} {{ form.new_password2 }}
                         {% if form.new_password2.help_text %}
-                            <p class="help">{{ form.new_password2.help_text }}</p>
+                            <p class="help">{{ form.new_password2.help_text|safe }}</p>
                         {% endif %}
                     </div>
                 </fieldset>