diff --git a/progit/templates/new_issue.html b/progit/templates/new_issue.html index 2ab67b3..6d444b9 100644 --- a/progit/templates/new_issue.html +++ b/progit/templates/new_issue.html @@ -16,9 +16,21 @@ {% if not type or type == 'new' %} - + {% if '/fork/' in request.url %} + + {% else %} + + {% endif %} + {% elif type and type == 'edit' %} - + {% if '/fork/' in request.url %} + + {% else %} + + {% endif %} {% endif %}