caaf3e6b8f1a3e51cd84f12dd0be6b72b7b6f3dd
[qcg-portal.git] / qcg / templates / qcg / gridftp_upload.html
1 {% extends 'qcg/base.html' %}
2
3 {% block title %}Wgrywanie plików{% endblock %}
4
5 {% block extra_css %}
6     {% include 'filex/upload.css.html' %}
7 {% endblock extra_css %}
8
9 {% block extra_js %}
10     {% include 'filex/upload.js.html' %}
11 {% endblock extra_js %}
12
13 {% block body %}
14     {% include 'filex/upload.html' %}
15 {% endblock body %}