Upload Comic

{{ form.hidden_tag() }}
{{ form.title.label }} {{ form.title(class="input-field") }}
{{ form.thumbnail.label }} {{ form.thumbnail(class="file-input", accept="image/*") }}
{{ form.tags.label }} {{ form.tags(class="input-field", placeholder="Enter tags, separated by commas") }}
{{ form.recaptcha }}
{{ form.agree_with_rules.label }} {{ form.agree_with_rules }}
{{ form.submit(class="button") }}