{% extends 'D2CustomerBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Contribute a Resource.

{% endblock page_header %} {% block content %}

Contribution Information

Please complete the form on the right to contribute your Resource document. The Migration:Cities team will asset your submission and respond to you as soon as possible.

A Resource can either be a Document upload or a link to a YouTube Video.

If the resource is to be a video, the YouTube Ref field is the reference of your YouTube video.

This can be sourced from the url when watching the video. For example, the reference on video https://www.youtube.com/watch?v=PCwL3-hkKrg would be PCwL3-hkKrg. Just enter the reference number in the form.

Please note that for security reasons, certain types of document cannot be upload.

Many thanks for your contribution and for helping us to enrich our platform!

{{ form_label(form.resource_type) }}
{{ form_errors(form.resource_type) }} {{ form_widget(form.resource_type) }}
{{ form_label(form.file) }}
{{ form_errors(form.file) }} {{ form_widget(form.file) }}
{{ form_label(form.utube_url) }}
{{ form_errors(form.utube_url) }} {{ form_widget(form.utube_url) }}
{{ form_label(form.title) }}
{{ form_errors(form.title) }} {{ form_widget(form.title) }}
{{ form_label(form.sub_title) }}
{{ form_errors(form.sub_title) }} {{ form_widget(form.sub_title) }}
{{ form_label(form.description) }}
{{ form_errors(form.description) }} {{ form_widget(form.description) }}
{{ form_rest(form) }}
{% endblock content %}