From b0b3c4b9c60f414b5ab0ea916791edb07e6fffc4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 4 Sep 2013 16:12:41 +0000 Subject: add ability to delete groups --- templates/group_delete.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/group_delete.html (limited to 'templates/group_delete.html') diff --git a/templates/group_delete.html b/templates/group_delete.html new file mode 100644 index 0000000..543c0f9 --- /dev/null +++ b/templates/group_delete.html @@ -0,0 +1,38 @@ +{% extends "layout.html" %} +{% from "_formhelpers.html" import render_field %} + +{% block head %}Group: {{group}}{% endblock %} + +{% block content %} +
+
+

Delete this group

+
+ +
+
+
+
+

+ Are you sure you want to delete the group {{group}}? +

+ +

+ This will permanently delete all pads of this group and + all information about the group members. +

+
+
+ + {% for field in delete_form %} + {{ render_field(field) }} + {% endfor %} +
+
+ +
+
+
+
+
+{% endblock %} -- cgit v1.2.3-1-g7c22