From 0e47eb3805386e3c95ddb2ee71d4440f57a5b8e7 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sun, 15 Dec 2013 03:09:41 +0530 Subject: minor design changes --- tbc/templates/base.html | 2 +- tbc/templates/tbc/submit-book.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tbc/templates/base.html b/tbc/templates/base.html index b96da6b..00df0ac 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -141,7 +141,7 @@ {% endif %}
-

Latest Books

+

Recent Submissions

{% for item in items %}
diff --git a/tbc/templates/tbc/submit-book.html b/tbc/templates/tbc/submit-book.html index e4d1579..72e76ba 100644 --- a/tbc/templates/tbc/submit-book.html +++ b/tbc/templates/tbc/submit-book.html @@ -5,7 +5,7 @@ {% csrf_token %} {{ form.as_p }}
- +
{% endblock %} -- cgit