Restore plugins block on rack template

This commit is contained in:
Jeremy Stretch 2023-08-28 15:50:50 -04:00
parent 1402d26727
commit 4f5dba543f

View File

@ -193,4 +193,9 @@
{% plugin_right_page object %}
</div>
</div>
<div class="row">
<div class="col col-md-12">
{% plugin_full_width_page object %}
</div>
</div>
{% endblock %}