From 2045386f7d09df9716f81ab523ffb619d8c6c887 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 19 Nov 2014 01:15:11 +0100 Subject: group_change: add form/template/view to change a group --- templates/group_change.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/group_change.html (limited to 'templates/group_change.html') diff --git a/templates/group_change.html b/templates/group_change.html new file mode 100644 index 0000000..9b95315 --- /dev/null +++ b/templates/group_change.html @@ -0,0 +1,25 @@ +{% extends "layout.html" %} +{% from "_formhelpers.html" import render_field %} + +{% block head %}Group: {{group}}{% endblock %} + +{% block content %} +
+
+

Edit this group

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