mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Corrected template rendering "can publish" field twice
This commit is contained in:
parent
07e0e98b47
commit
3034d5807c
1 changed files with 0 additions and 4 deletions
|
|
@ -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 %}
|
||||
</ul>
|
||||
|
||||
<input type="submit" value="{% trans 'Copy this page' %}" class="button">
|
||||
|
|
|
|||
Loading…
Reference in a new issue