mirror of
https://github.com/ae-utbm/sith.git
synced 2026-03-27 05:49:42 +00:00
move page templates to their own folder
This commit is contained in:
9
core/templates/core/page/edit.jinja
Normal file
9
core/templates/core/page/edit.jinja
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "core/page/base.jinja" %}
|
||||
{% from 'core/page/macros.jinja' import page_edit_form %}
|
||||
|
||||
{% block page %}
|
||||
{{ page_edit_form(form, url('core:page_edit', page_name=page.get_full_name())) }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user