From fc0d16f8819a1107e81f977504a1fbd48d746a4f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 11 May 2012 13:43:54 +0200 Subject: consumer code --- templates/apps/consumer/edit.html | 3 +++ templates/apps/consumer/list.html | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 templates/apps/consumer/edit.html create mode 100644 templates/apps/consumer/list.html (limited to 'templates') diff --git a/templates/apps/consumer/edit.html b/templates/apps/consumer/edit.html new file mode 100644 index 0000000..a2e1b3a --- /dev/null +++ b/templates/apps/consumer/edit.html @@ -0,0 +1,3 @@ +{% extends "edit.html" %} +{% block widgets %} +{% endblock %} \ No newline at end of file diff --git a/templates/apps/consumer/list.html b/templates/apps/consumer/list.html new file mode 100644 index 0000000..8efeb42 --- /dev/null +++ b/templates/apps/consumer/list.html @@ -0,0 +1,18 @@ +{% block content %} +
+ {% for c in consumers %} +
+

{{c}}

+
+ {{c.consumer_provider.description}} +
+
+ {% endfor %} +
+ +{% endblock %} \ No newline at end of file -- cgit v1.1