From 8e01ba34eef9ad1b59effbd4edaac43f327c010d Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sat, 14 Dec 2013 13:14:09 +0530 Subject: changing the links to tbc-python.fossee.in --- tbc/templates/base.html | 3 +++ tbc/templates/tbc/book-details.html | 2 +- tbc/templates/tbc/book-review-details.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'tbc/templates') diff --git a/tbc/templates/base.html b/tbc/templates/base.html index a317de5..82855ca 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -105,6 +105,9 @@ {% endif %} {% if update_book %}

Book has been updated successfully

+ {% endif %} + {% if not_found %} +

There is no submission to be updated !

{% endif %}

Latest Books

diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 5c141b1..7b76572 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -14,7 +14,7 @@
    {% for chapter in chapters %} -
  1. {{ chapter.name }} +
  2. {{ chapter.name }} {% endfor %}

diff --git a/tbc/templates/tbc/book-review-details.html b/tbc/templates/tbc/book-review-details.html index 5ea3f5b..6c4fbd0 100644 --- a/tbc/templates/tbc/book-review-details.html +++ b/tbc/templates/tbc/book-review-details.html @@ -13,7 +13,7 @@
    {% for chapter in chapters %} -
  1. {{ chapter.name }} +
  2. {{ chapter.name }} {% endfor %}

-- cgit From b9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sat, 14 Dec 2013 15:53:46 +0530 Subject: correcting URL error --- tbc/templates/tbc/book-details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 7b76572..9594470 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -14,7 +14,7 @@
    {% for chapter in chapters %} -
  1. {{ chapter.name }} +
  2. {{ chapter.name }} {% endfor %}

-- cgit