From 344a257915441ba1116ed7c042889f6175b5638d Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 24 May 2019 18:46:02 -0600 Subject: [PATCH] Fix HTML on change password page The password restrictions are in
/
tags, but weren't inside a
. --- tildes/tildes/templates/settings_password_change.jinja2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tildes/tildes/templates/settings_password_change.jinja2 b/tildes/tildes/templates/settings_password_change.jinja2 index 4c1cc16..b8cf9ef 100644 --- a/tildes/tildes/templates/settings_password_change.jinja2 +++ b/tildes/tildes/templates/settings_password_change.jinja2 @@ -37,6 +37,8 @@
+
{% include 'includes/password_restrictions.jinja2' %} +
{% endblock %}