|
@@ -27,14 +27,12 @@
|
|
<div class="nice-padding w-form-width">
|
|
<div class="nice-padding w-form-width">
|
|
{% block form %}{{ edit_handler.render_form_content }}{% endblock %}
|
|
{% block form %}{{ edit_handler.render_form_content }}{% endblock %}
|
|
|
|
|
|
- {% trans "Assign your workflow to pages" as heading %}
|
|
|
|
- {% panel id="workflow-pages" icon="doc-empty-inverse" heading=heading %}
|
|
|
|
|
|
+ {% panel id="workflow-pages" icon="doc-empty-inverse" heading=_("Assign your workflow to pages") %}
|
|
{% include "wagtailadmin/workflows/includes/workflow_pages_formset.html" with formset=pages_formset %}
|
|
{% include "wagtailadmin/workflows/includes/workflow_pages_formset.html" with formset=pages_formset %}
|
|
{% endpanel %}
|
|
{% endpanel %}
|
|
|
|
|
|
{% if has_workflow_enabled_models %}
|
|
{% if has_workflow_enabled_models %}
|
|
- {% trans "Assign your workflow to snippets" as heading %}
|
|
|
|
- {% panel id="workflow-content-types" icon="snippet" heading=heading %}
|
|
|
|
|
|
+ {% panel id="workflow-content-types" icon="snippet" heading=_("Assign your workflow to snippets") %}
|
|
{% include "wagtailadmin/shared/field.html" with field=content_type_form.content_types sr_only_label=True only %}
|
|
{% include "wagtailadmin/shared/field.html" with field=content_type_form.content_types sr_only_label=True only %}
|
|
{% endpanel %}
|
|
{% endpanel %}
|
|
{% endif %}
|
|
{% endif %}
|