{% extends "base.html" %} {% block content %} {% with left=190 %} {% include 'comics/ratings-popup.html' %} {% endwith %}

Basic Settings

{{ form.title }}
{{ form.description }}
{{ form.type }}
{{ form.rating }}
{{ form.style }}
{{ form.genre }}
{{ form.tone }}

comic thumbnail

{{ form.thumbnail }}

comic header

{{ form.header }}
{{ form.enable_forums }}

In order to access your comic forum, click on the "go to forum" button at the top of your comic page.

Once inside your own forum, you can create and delete any forums and topics. Users who visit your comic forum can create and reply to topics.

{{ form.enable_homepage }}

By having this enabled your comic will by default go to the first page as opposed to the latest.

{% endblock %}