From 2e4bb1037c0fa14ad46725ee3dae57ecb5f6ca3a Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 18 Feb 2014 12:25:50 +0530 Subject: removing contributor's email, adding reviewers name --- tbc/templates/tbc/book-details.html | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 36c3936..8df1322 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -33,11 +33,35 @@
Download Book as Zip - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Author:   {{ book.author }} -
Publisher:   {{ book.publisher_place }} -
ISBN:   {{ book.isbn }} -
Contributor:   {{ book.contributor.user.first_name }} {{ book.contributor.user.last_name }} -
Email:   {{ book.contributor.user.email }}
+
Author:   {{ book.author }}
Publisher:   {{ book.publisher_place }}
ISBN:   {{ book.isbn }}
Contributor:   {{ book.contributor.user.first_name }} {{ book.contributor.user.last_name }}
Institute/Organization:   {{ book.contributor.insti_org }}
Department/Designation:   {{ book.contributor.dept_desg }}
Reviewer:   {{ book.reviewer.name }}
{% endblock %} -- cgit