From: Maciej Tronowski Date: Tue, 1 Sep 2015 13:43:51 +0000 (+0200) Subject: fix page title X-Git-Tag: v1.1~34 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=cf361ae9df6687496c205fe3337715c7e0f94aa1;p=qcg-portal.git fix page title --- diff --git a/filex/templates/filex/upload.html b/filex/templates/filex/upload.html index b79d9c0..124ddbe 100644 --- a/filex/templates/filex/upload.html +++ b/filex/templates/filex/upload.html @@ -1,5 +1,5 @@
-

{% block title %}Wgrywanie plików{% endblock %}

+

Wgrywanie plików

Lokalizacja: {{ host }}{{ sep }}{{ path }}

diff --git a/qcg/templates/qcg/gridftp_upload.html b/qcg/templates/qcg/gridftp_upload.html index 2a11065..caaf3e6 100644 --- a/qcg/templates/qcg/gridftp_upload.html +++ b/qcg/templates/qcg/gridftp_upload.html @@ -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 %}