aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/web/templates/bug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/web/templates/bug.html b/interfaces/web/templates/bug.html
index 4d15536..66993de 100644
--- a/interfaces/web/templates/bug.html
+++ b/interfaces/web/templates/bug.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block page_title %}
- Bug {{ bd.bug_shortname(bug) }} – {{ bug.summary|truncate(70) }}
+ Bug {{ bug.id.user() }} – {{ bug.summary|truncate(70) }}
{% endblock %}
{% block script %}
@@ -157,4 +157,4 @@
</fieldset>
</form>
<p id="add-comment-link"><a href="" id="add-comment">&#43; Add a comment</a></p>
-{% endblock %} \ No newline at end of file
+{% endblock %}