{% extends "wiki/article.html" %} {% load static %} {% load wiki_tags %} {% block wiki_pagetitle %} Edit: {{ article.current_revision.title }} {% endblock %} {% block wiki_contents_tab %}
{% with edit_form as form %} {% include "wiki/includes/editor.html" %} {% endwith %}
{% if user.is_authenticated and urlpath.path %} Move Article {% endif %} {% if article|can_delete:user %} Delete Article {% endif %}


{% include "wiki/includes/editor_sidebar.html" %}
{% endblock %}