From 41b0da723cc8cebd28d678ab140c226cb8113bbb Mon Sep 17 00:00:00 2001 From: kinitrupti Date: Thu, 31 Mar 2016 17:21:26 +0530 Subject: modified-funcnames-frontpg --- tbc/templates/base.html | 188 +++++++++++++++++++++++----- tbc/templates/tbc/aicte-books.html | 4 +- tbc/templates/tbc/book-details.html | 11 +- tbc/templates/tbc/book-review-details.html | 4 +- tbc/templates/tbc/book-review.html | 4 +- tbc/templates/tbc/books_under_progress.html | 2 +- tbc/templates/tbc/browse-books.html | 4 +- tbc/templates/tbc/completed_books.html | 2 +- tbc/templates/tbc/get-certificate.html | 2 +- tbc/templates/tbc/link_image.html | 2 +- tbc/templates/tbc/login.html | 4 +- tbc/templates/tbc/review-proposal.html | 12 +- 12 files changed, 181 insertions(+), 58 deletions(-) mode change 100755 => 100644 tbc/templates/base.html mode change 100755 => 100644 tbc/templates/tbc/login.html (limited to 'tbc/templates') diff --git a/tbc/templates/base.html b/tbc/templates/base.html old mode 100755 new mode 100644 index 40812eb..3cece1c --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -1,4 +1,5 @@ {% load static %} +{% load taggit_templatetags2_tags %}
@@ -16,7 +17,14 @@ - + + {% block css %} - {% block css %} - + + {% block css %} + {% endblock %} -- cgit