From 3928f602bf0e4d36db3e702990bf129867bd4f28 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Mon, 12 Sep 2016 17:54:06 +0530 Subject: interface to add start date and end time for book. Initial books log were not maintained by the app as they were completed before the TBC interface. Interface to manually enter their details. --- tbc/templates/tbc/books.html | 27 +++++++++++++++++++++++++++ tbc/templates/tbc/edit-book.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 tbc/templates/tbc/books.html create mode 100644 tbc/templates/tbc/edit-book.html (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/books.html b/tbc/templates/tbc/books.html new file mode 100644 index 0000000..b1d975f --- /dev/null +++ b/tbc/templates/tbc/books.html @@ -0,0 +1,27 @@ +{% extends 'base.html' %} +{% load static %} + +{% block content %} +