From 1b681f2632e36f362ced19fcebb08c1844c80580 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 7 Jul 2012 16:38:28 -0700 Subject: [PATCH] delete namespaces --- templates/bug.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/bug.html b/templates/bug.html index efe56ff..520149d 100644 --- a/templates/bug.html +++ b/templates/bug.html @@ -1,8 +1,7 @@ {% extends "base.html" %} {% block title %}Bug #{{ bug.id }}{% endblock %} {% block content %} -
+

Bug {{ bug.id }} - {{ bug.title|e }}

Reporter: {{ bug.reporter.email|e }} on {{ bug.created.strftime("%A, %d. %B %Y %I:%M%p") }}
Severity: {{ bug.severity }}