{% extends "base.html" %} {% block content %} {% include 'comics/edit_nav.html' %}

Edit Page

DATE LIVE: This is the date a page went live or is scheduled to go live. Other users can only see pages that have gone live.

CHAPTERS: Setting a page as a chapter sets it apart in you comic's drop down comic navigation menu. Chapters make it easy to navigate multi-page stories. The titles of your chapters appear in the optional Chapter List on your comic's home page.

TITLE: This is the title of the page. It appears in the drop-down menu on your comic and homepages.

   {{ form.post_date }}
{{ form.title }}
{{ form.comment }}

page file

{% if page.content %}{% endif %}
{{ form.content }}
{{ form.is_chapter }}
{% comment %}
{% endcomment %}
{% endblock %}