From 9d09baae169c7e534b038aa1be3c87af752f9896 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 9 Apr 2018 22:18:24 +0200 Subject: [PATCH] authentic: add next_url field to profile edit templates (fixes #23047) --- templates/authentic2/cut-edit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/authentic2/cut-edit.html b/templates/authentic2/cut-edit.html index a71a740..fea1736 100644 --- a/templates/authentic2/cut-edit.html +++ b/templates/authentic2/cut-edit.html @@ -9,6 +9,7 @@

{% block cut-edit-title %}{% endblock %}

+{{ form.next_url }} {% csrf_token %}
{% if form.is_bound and not form.is_valid %}