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/docs.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 apps/it/templates/docs.html (limited to 'apps/it/templates/docs.html') diff --git a/apps/it/templates/docs.html b/apps/it/templates/docs.html new file mode 100644 index 0000000..22243fc --- /dev/null +++ b/apps/it/templates/docs.html @@ -0,0 +1,32 @@ +{% extends "default.html" %} +{% load bootstrap3 %} +{% load humanize %} +{% load it_tags %} +{% load i18n %} + +{% block main %} +{% for i in object_list %} +
+ + ... + +
+
+ {{ i.created_by }} {{ i.created_at|naturaltime }} +
+ +
+ {{ i.description|markdown }} +
+
+{% endfor %} +{% endblock main %} -- cgit v1.2.3