From 6e780276e452cfde3f33f1e1b7680b8e84f92e6a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 27 2014 14:49:54 +0000 Subject: Fix the issueid in the new_issue template --- diff --git a/progit/templates/new_issue.html b/progit/templates/new_issue.html index 32f8ba2..148c502 100644 --- a/progit/templates/new_issue.html +++ b/progit/templates/new_issue.html @@ -10,7 +10,7 @@ {% if not type or type == 'new' %}

New issue

{% elif type and type == 'edit' %} -

Edit issue #{{ issue.id }}

+

Edit issue #{{ issueid }}

{% endif %} @@ -21,7 +21,7 @@ {% elif type and type == 'edit' %}
+ repo=repo.name, issueid=issueid) }}" method="post"> {% endif %}