From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- apps/it/templates/list_issues.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'apps/it/templates/list_issues.html') diff --git a/apps/it/templates/list_issues.html b/apps/it/templates/list_issues.html index 56d05b0..23b9701 100644 --- a/apps/it/templates/list_issues.html +++ b/apps/it/templates/list_issues.html @@ -1,5 +1,6 @@ {% extends "default.html" %} {% load bootstrap3 %} +{% load it_tags %} {% load i18n %} {% block main %} @@ -8,19 +9,17 @@ {{ v }} {% endfor %} - - {% for i in issues %} - - - - {% endfor %} -
{{ i.description }}
+ +{% for i in issues %} +

{{ i.title }}

+

{{ i.description|markdown|truncatewords:20 }}

+{% endfor %} {% endblock main %} {% block inspector %}
{% csrf_token %} {% bootstrap_form form %} - +
{% endblock inspector %} -- cgit v1.2.3