From d064112c161b7159d5a6995f9f0468089ec68773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Fri, 9 Nov 2018 22:17:45 +0200 Subject: [PATCH] Template for the unsubscribe confirmation form. --- templates/accounts/unsubscribe_submit.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/accounts/unsubscribe_submit.html diff --git a/templates/accounts/unsubscribe_submit.html b/templates/accounts/unsubscribe_submit.html new file mode 100644 index 00000000..22dbcf94 --- /dev/null +++ b/templates/accounts/unsubscribe_submit.html @@ -0,0 +1,20 @@ +{% extends "base_bare.html" %} + +{% block title %}Unsubscribe{% endblock %} + +{% block content %} +

Please press the button below to unsubscribe:

+
+
+ {% csrf_token %} + +
+ + +{% endblock %}