fix page title
authorMaciej Tronowski <mtro@man.poznan.pl>
Tue, 1 Sep 2015 13:43:51 +0000 (15:43 +0200)
committerDawid Jagieła <lightnir@gmail.com>
Sat, 12 Sep 2015 09:18:20 +0000 (11:18 +0200)
filex/templates/filex/upload.html
qcg/templates/qcg/gridftp_upload.html

index b79d9c0..124ddbe 100644 (file)
@@ -1,5 +1,5 @@
 <header class="container-fluid">
-    <h3>{% block title %}Wgrywanie plików{% endblock %}</h3>
+    <h3>Wgrywanie plików</h3>
     <p id="path"><span class="text-muted">Lokalizacja:</span> {{ host }}{{ sep }}{{ path }}</p>
 </header>
 
index 2a11065..caaf3e6 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 %}