Child: [52254f] (diff)

Download this file

edit_post.html    13 lines (9 with data), 368 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{% extends g.theme.master %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}}: Edit{% endblock %}
{% block header %}{{c.project.name}} / {{c.app.config.options.mount_label}}:
Edit {{post.title}}{% endblock %}
{% block content %}
<div class="content">
{{c.form.display(value=post, action='save')}}
</div>
{% endblock %}