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