diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index b23ec63..dcd5852 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -19,7 +19,8 @@ {% if not type or type == 'new' %} + username=username, repo=repo.name) }}" method="post" + enctype="multipart/form-data"> {% elif type and type == 'edit' %} Comment @@ -73,6 +76,22 @@ {% block jscripts %} {{ super() }}