{% extends "waliki/detail.html" %} {% load i18n %} {% load bootstrap_tags %} {% load waliki_tags %} {% block title %}

{% trans "Editing" %}: {{ page.slug }}

{% endblock title %} {% block extra_head %} {{ form.media.css }} {% entry_point 'edit_extra_head' %} {% endblock %} {% block main_action %} {% trans "Move" %} {% endblock main_action %} {% block content %}
{% csrf_token %} {{ form|render_form }}
{% entry_point 'edit_content' %} {% endblock content %} {% block extra_script %} {{ block.super }} {{ form.media.js }} {% entry_point 'edit_extra_script' %} {% endblock extra_script %}