diff --git a/progit/templates/issue.html b/progit/templates/issue.html index d003644..ab4b0b1 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -87,8 +87,9 @@ {% endif %} {% if authenticated %} - + {% endif %} @@ -104,7 +105,8 @@ {% if authenticated %} + placeholder="issue depending" name="depends" + value="{{ issue.depends_text | join(',') }}"> {% endif %}