Skip to content

Commit

Permalink
delete namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jul 7, 2012
1 parent 68ab276 commit 1b681f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/bug.html
@@ -1,8 +1,7 @@
{% extends "base.html" %}
{% block title %}Bug #{{ bug.id }}{% endblock %}
{% block content %}
<div id="bug-header" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"
xmlns="http://www.w3.org/1999/html">
<div id="bug-header">
<h1>Bug {{ bug.id }} - {{ bug.title|e }}</h1>
<div>Reporter: {{ bug.reporter.email|e }} on {{ bug.created.strftime("%A, %d. %B %Y %I:%M%p") }}</div>
<div>Severity: {{ bug.severity }}</div>
Expand Down

0 comments on commit 1b681f2

Please sign in to comment.