Fixes invalid url breaking change password flow
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user