Merge branch 'devel'
[qcg-portal.git] / qcg / templates / qcg / gridftp_upload.html
index 2a11065..d5f6b24 100644 (file)
@@ -1,5 +1,7 @@
 {% extends 'qcg/base.html' %}
 
+{% block title %}Wgrywanie plików{% endblock %}
+
 {% block extra_css %}
     {% include 'filex/upload.css.html' %}
 {% endblock extra_css %}
@@ -9,5 +11,7 @@
 {% endblock extra_js %}
 
 {% block body %}
+    {% include 'better_sessions/alerts.html' %}
+
     {% include 'filex/upload.html' %}
 {% endblock body %}