Files
pillar/src/templates/nodes/edit.jade
Francesco Siddi 6765276519 Introducing attachments fixes for blog posts and assets.
Requires migration of attachments schema using
python manage.py maintenance upgrade_attachment_schema --all
2017-02-21 18:08:42 +01:00

18 lines
302 B
Plaintext

| {% extends 'projects/view.html' %}
| {% block body %}
#project-container.container
div.page-content
| {% include 'nodes/edit_embed.html' %}
| {% endblock body %}
| {% block footer_scripts %}
| {{ super() }}
script.
$(function () {
updateUi('', 'edit');
});
| {% endblock footer_scripts %}