6aaa3fa1d4d180be863f33a0c818dca32b7389e7
[qcg-portal.git] / qcg / templates / qcg / gridftp.html
1 {% extends 'qcg/base.html' %}
2 {% load staticfiles %}
3
4 {% block extra_css %}
5     <link href="{% static 'qcg/selectize/selectize.bootstrap3.css' %}" rel="stylesheet">
6 {% endblock %}
7
8 {% block extra_js %}
9     {% include 'filex/source.js.html' %}
10 {% endblock extra_js %}
11
12 {% block container %}
13     <h1 class="page-header">{% block title %}ZarzÄ…dzanie plikami GridFTP{% endblock %}</h1>
14
15     {% include 'filex/source.html' %}
16
17 {% endblock container %}