From 884c7615aa945442c0c84abc860c827d207d6fc9 Mon Sep 17 00:00:00 2001 From: Olexandr Date: Wed, 19 Aug 2015 16:33:46 +0300 Subject: [PATCH] highlight current page --- project/templates/feed/vacancies.html | 6 +++++- project/templates/pages/about.html | 4 ++++ project/templates/pages/contacts.html | 4 ++++ project/templates/pages/projects.html | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/project/templates/feed/vacancies.html b/project/templates/feed/vacancies.html index 4ba323c..c1ecd0d 100644 --- a/project/templates/feed/vacancies.html +++ b/project/templates/feed/vacancies.html @@ -14,4 +14,8 @@ -{% endblock %} \ No newline at end of file +{% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %} diff --git a/project/templates/pages/about.html b/project/templates/pages/about.html index 1feaab1..2138d9a 100644 --- a/project/templates/pages/about.html +++ b/project/templates/pages/about.html @@ -7,3 +7,7 @@ {% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %} diff --git a/project/templates/pages/contacts.html b/project/templates/pages/contacts.html index 36c1875..d9a8ed5 100644 --- a/project/templates/pages/contacts.html +++ b/project/templates/pages/contacts.html @@ -10,3 +10,7 @@ {% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %} diff --git a/project/templates/pages/projects.html b/project/templates/pages/projects.html index b592d03..ee9ee16 100644 --- a/project/templates/pages/projects.html +++ b/project/templates/pages/projects.html @@ -8,3 +8,7 @@ {% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %}