Fixes invalid url breaking change password flow

This commit is contained in:
Mouse Reeve
2021-04-30 06:43:43 -07:00
parent e126c13ff7
commit aa3cdee731
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@
{% endblock %}
{% block panel %}
<form name="edit-profile" action="/change-password/" method="post" enctype="multipart/form-data">
<form name="edit-profile" action="{% url 'prefs-password' %}" method="post" enctype="multipart/form-data">
{% csrf_token %}
<div class="block">
<label class="label" for="id_password">{% trans "New password:" %}</label>