more explicit route name form user form action
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% set form_action = url_for('users.user') %}
|
{% set form_action = url_for('users.update_user') %}
|
||||||
{% include "fragments/edit_user_form.html" %}
|
{% include "fragments/edit_user_form.html" %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user