{% extends 'qcg/base.html' %} {% block title %}Wgrywanie plików{% endblock %} {% block extra_css %} {% include 'filex/upload.css.html' %} {% endblock extra_css %} {% block extra_js %} {% include 'filex/upload.js.html' %} {% endblock extra_js %} {% block body %} {% include 'better_sessions/alerts.html' %} {% include 'filex/upload.html' %} {% endblock body %}