From ddd0072e70dade6bdbecc3123989150ad046556e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 30 Nov 2012 18:39:37 +0100 Subject: init everything --- templates/book.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/book.html (limited to 'templates/book.html') diff --git a/templates/book.html b/templates/book.html new file mode 100644 index 0000000..b107d99 --- /dev/null +++ b/templates/book.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% block body %} + +{% if not book %} +

NO BOOK FOUND :(

+{% else %} +

FOUND BOOK! {{book.md5sum}} + +Redirecting to {{book.url}}... +{% endif %} + +{% endblock %} -- cgit v1.2.3