diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index cd37243..e227f0b 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -60,7 +60,9 @@ - {%- if issue %}{{ issue.content }}{% endif -%} + {%- if issue %}{{ issue.content }}{% + elif default %}{{ default }}{% + endif -%}