{% extends "base.html" %} {% load bootstrap3 %} {% block title %}{{hierarchy.label}} (clone){% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block navrightextra %} view page {% endblock %} {% block content %} {{ form.media }}

Clone {{ hierarchy.name }}

{% csrf_token %} {% bootstrap_form form layout='inline' %} {% include 'pagetree/loading.html' %}

The Base URL field will be used as part of the clone's URL. This should be something like: my-clone

{% endblock %}