{% extends "default.html" %} {% block title %}Upload | {{ site_name }}{% endblock %} {% block content %}

Upload a picture

Picture type
{% for type in types %}

{{ type.description | safe }}

{% endfor %}
Licences
{% for licence in licences %}
{% if licence.logo_url %} {% if licence.info_url %} {# An equivalent link already exists, only one is focusable #} {% else %} {% endif %} {% endif %}

{{ licence.description | safe }}

{% endfor %}

You can select multiple licences, but you must select at least one, and at least one must be free. Selecting multiple licences means users are free to choose any of them — they do not have to comply with all of them.

Recommended for new works Not a free software, open source or free culture licence
{% endblock %}