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 %}