Requires migration of attachments schema using python manage.py maintenance upgrade_attachment_schema --all
18 lines
302 B
Plaintext
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 %}
|
|
|