From 681140a98cf6bc2687b9332ea75b18c7e37ad885 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 30 2015 14:43:40 +0000 Subject: When editing an issue, set the content to be edited --- diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index 2d0276f..30dfb47 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -41,7 +41,10 @@
- + {% if form.issue_content.errors %}

{% for error in form.issue_content.errors %}