From 9d37c05e07e9c83fe55fd7ea6d8418dd6fb990e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 19 Jun 2014 12:26:35 +0200 Subject: [PATCH] templates: add an id to delete account form (#3220) --- portail_citoyen/templates/registration/delete_account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portail_citoyen/templates/registration/delete_account.html b/portail_citoyen/templates/registration/delete_account.html index 0c5cffd..9817cb4 100644 --- a/portail_citoyen/templates/registration/delete_account.html +++ b/portail_citoyen/templates/registration/delete_account.html @@ -9,7 +9,7 @@ {% block content %}
-
+ {% csrf_token %}

{% trans "Delete my account and all my personal datas ?" %}