{% extends "base.html" %} {%- block main -%} {{ input.description }} {% if isFormValid %} Upload to {{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }}) {% else %} Please correct errors listed in sidebar before submitting this form! {% endif %} {%- endblock -%}
Upload to {{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }})
{{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }})
Please correct errors listed in sidebar before submitting this form!