{% extends "layouts/base-fullscreen.html" %} {% load static %} {% block title %} Upload {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block body_class %}{% endblock %} {% block content %} {% include 'includes/navigation-transparent.html' %}
{% if error_message %} {% endif %} {% csrf_token %} {{ form.as_p }}
{% comment %} {% include 'includes/footer.html' %} {% endcomment %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}