We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381cc09 + 24ee829 commit 0575103Copy full SHA for 0575103
Resources/views/FormWidgets/PageTemplateWidget/widget.html.twig
@@ -20,6 +20,7 @@
20
{% endfor %}
21
</div>
22
23
+ {% if resource.pagetemplates|length > 1 %}
24
<button class="btn" data-keyboard="true" data-toggle="modal" data-target="#change-template-modal{{id}}" name="change-template-button"><i class="icon-align-justify"></i> Change template</button>
25
<!--Change template modal-->
26
<div id="change-template-modal{{id}}" class="modal hide fade change-template-modal">
@@ -56,6 +57,7 @@
56
57
58
59
60
+ {% endif %}
61
</section>
62
<script>
63
PageTemplateEditor = {
0 commit comments