From 3321241b61766045a68a3d607b67e11a95014e87 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 20 Feb 2014 12:44:49 +0200 Subject: Require logins, removed jquery UI --- apps/it/templates/generic_list.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/it/templates/generic_list.html (limited to 'apps/it/templates/generic_list.html') diff --git a/apps/it/templates/generic_list.html b/apps/it/templates/generic_list.html new file mode 100644 index 0000000..af23b56 --- /dev/null +++ b/apps/it/templates/generic_list.html @@ -0,0 +1,24 @@ +{% extends "default.html" %} +{% load bootstrap3 %} +{% load i18n %} + +{% block main %} + + +{% for i in object_list %} + + + +{% endfor %} + +
{{ i.email }}
+ +{% endblock main %} + +{% block inspector %} +
+ {% csrf_token %} + {% bootstrap_form form %} + +
+{% endblock inspector %} -- cgit v1.2.3