From 20ede72e59d64b0225a0ad258c40de6fd5642904 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Fri, 28 Dec 2007 03:35:28 +0000 Subject: [PATCH] Utilise markdown on ticket body descriptions. Note: Needs django.contrib.markup in the parent projects' settings.py file. --- templates/helpdesk/ticket.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/helpdesk/ticket.html b/templates/helpdesk/ticket.html index 88b4790f..74ba500c 100644 --- a/templates/helpdesk/ticket.html +++ b/templates/helpdesk/ticket.html @@ -1,7 +1,6 @@ - {% extends "helpdesk/base.html" %} {% block helpdesk_title %}Helpdesk{% endblock %} -{% block helpdesk_head %} +{% block helpdesk_head %}{% load markup %}