diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 45c4301..16e4c4f 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -58,7 +58,7 @@ {% if authenticated and form_tag %}
- {{ render_field(form_tag.tag) }} + {{ render_field(form_tag.tag, placeholder="tag1,tag2") }} {{ form_tag.csrf_token }}