switch around normal and expert mode

This commit is contained in:
Gert
2015-04-27 17:54:28 +02:00
parent e8209094a5
commit ba0fb0f5f7

View File

@@ -122,10 +122,9 @@
{% endif %}
{% if admin.session.expert == '0' %}
{% include 'partials/blueprints-raw.html.twig' with { blueprints: admin.blueprints('pages/'~modular~'raw'), data: context } %}
{% include 'partials/blueprints.html.twig' with { blueprints: context.blueprints, data: context } %}
{% else %}
{% include 'partials/blueprints.html.twig' with { blueprints: context.blueprints, data: context } %}
{% include 'partials/blueprints-raw.html.twig' with { blueprints: admin.blueprints('pages/'~modular~'raw'), data: context } %}
{% endif %}
</div>
{% else %}