{% extends "base.html" %} {% comment %} This file is part of photo21 Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n static crispy_forms_tags %} {% block title %}{% trans "Upload" %}{% endblock %} {% block extrajs %} {# jQuery first #} {{ form.media }} {# Select2 JS/CSS comes after jQuery #} {# your custom JS last #} {% endblock %} {% block content %}