{% extends 'textdocs/base.html' %} {% block title %}New Version for {{ document.title }}{% endblock %} {% block content %}

Create New Version for: {{ document.title }}

You are editing the content from version {{ document.latest_version.version_number }}. Saving will create version {{ document.latest_version.version_number|add:1 }}.


{% csrf_token %} {% if form.errors %}
Please correct the errors below:
{% endif %} {{ form.as_p }}
Cancel
{% endblock %}