Upload Art
{{ form.hidden_tag() }}
{{ form.image_file.label }}
{{ form.image_file(class="file-input", id="imageInput") }}
{{ form.tags.label }}
{{ form.tags(placeholder="tag1, tag2", class="input-field") }}
{{ form.recaptcha() }}
{{ form.agree_with_rules() }} I agree with the
publication rules
.
Image Preview:
{{ form.submit.label }}