From cf361ae9df6687496c205fe3337715c7e0f94aa1 Mon Sep 17 00:00:00 2001 From: Maciej Tronowski Date: Tue, 1 Sep 2015 15:43:51 +0200 Subject: [PATCH] fix page title --- filex/templates/filex/upload.html | 2 +- qcg/templates/qcg/gridftp_upload.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 %} -- 1.7.9.5