UI Fix: Show sidebar on project edit.

This commit is contained in:
2019-04-02 15:20:10 +02:00
parent ad5dbdf094
commit 8f3f3b6698
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
| {% extends 'projects/view.html' %}
| {% block body %}
#project-container.container
#project-container.container.is-sidebar-visible
div.page-content
| {% include 'nodes/edit_embed.html' %}
| {% endblock body %}