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

Add Pages

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.

NOTE: The total size of your files cannot exceed 20Mb.

{{ formset.management_form }} {{ formset.media }} {% for form in formset %}
  {{ form.post_date }}
{{ form.title }}
{{ form.comment }}
{{ form.content }}
  {{ form.is_chapter }}
{% endfor %}
  
{% endblock %}