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

Update your candidate

You are updating an existing candidate, before you do so, make sure you have carefully read the instructions.

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

img {{ candidate.candidate_file }} {{ candidate.approved_motif }}
{{ 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 %}