From 2797e1e177e508a6426714b13bd6504111d23d60 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 20 Apr 2017 00:11:53 -0300 Subject: [PATCH] Modified news form to fix create news bug --- news/templates/news/_form.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/news/templates/news/_form.html b/news/templates/news/_form.html index 6a67886..88ece0a 100644 --- a/news/templates/news/_form.html +++ b/news/templates/news/_form.html @@ -19,13 +19,8 @@ {% elif field.auto_id == 'id_content' %} - {% if field.field.required %} - {% else %} - - - {% endif %} - {% render_field field class='form-control text_wysiwyg' %} + {% render_field field class='form-control text_wysiwyg' %} {% else %} {% if field.auto_id == 'id_title' %} -- libgit2 0.21.2