From d25ee2fe99676f22a3b4c3cff516bddd6b2759c8 Mon Sep 17 00:00:00 2001 From: dandds Date: Tue, 16 Oct 2018 16:37:32 -0400 Subject: [PATCH] more explicit route name form user form action --- templates/user/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/edit.html b/templates/user/edit.html index 8d87f1fc..6578c969 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -25,7 +25,7 @@ - {% set form_action = url_for('users.user') %} + {% set form_action = url_for('users.update_user') %} {% include "fragments/edit_user_form.html" %}