{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %} {{ super() }} {% endblock %} {%block tag %}contribute{% endblock %} {% block jscripts %} {{ super() }} {% endblock %} {% block content %}

Contribute a supplemental wallpaper

You are going to submit a new supplemental wallpaper, before you do so, make sure you have carefully read the instructions.

Election : {{ election.election_name }} -- {{ election.election_year }}

{{ render_field_in_row(form.candidate_name) }} {{ render_field_in_row(form.candidate_author) }} {{ render_field_in_row(form.candidate_original_url) }} {{ render_field_in_row(form.candidate_file) }} {{ render_field_in_row(form.candidate_license) }}

Be sure that the information provided here are correct, you will not be able to change them once the submission has been approved.

Files submitted are limited to {{ config['MAX_CONTENT_LENGTH'] / 1024 / 1024 }} MB.

{{ form.csrf_token }}

Mandatory fields are marked with '*'

{% endblock %}