From 3034d5807c7782062d17cad52d61b52ed0a66490 Mon Sep 17 00:00:00 2001 From: Erwhann-Rouge Guilhem MAS-PAITRAULT Date: Wed, 11 Oct 2017 18:44:34 +0200 Subject: [PATCH] Corrected template rendering "can publish" field twice --- wagtail_modeltranslation/templates/modeltranslation_copy.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wagtail_modeltranslation/templates/modeltranslation_copy.html b/wagtail_modeltranslation/templates/modeltranslation_copy.html index bf22544..b63e610 100644 --- a/wagtail_modeltranslation/templates/modeltranslation_copy.html +++ b/wagtail_modeltranslation/templates/modeltranslation_copy.html @@ -18,10 +18,6 @@ {% if form.copy_subpages %} {% include "wagtailadmin/shared/field_as_li.html" with field=form.copy_subpages %} {% endif %} - - {% if form.publish_copies %} - {% include "wagtailadmin/shared/field_as_li.html" with field=form.publish_copies %} - {% endif %}