diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 26e07b2..383911f 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -1,13 +1,13 @@ {% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_list %} -{% block title %}Issue #{{ issue.id}} - {{ repo.name }}{% endblock %} +{% block title %}Issue #{{ issueid }} - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} {% block repo %} -

Issue #{{ issue.id }}

+

Issue #{{ issueid }}

{% if authenticated and form %}