diff options
author | hardythe1 | 2015-01-29 14:51:01 +0530 |
---|---|---|
committer | hardythe1 | 2015-01-29 14:51:01 +0530 |
commit | 5c18b06512b6dd28722826227e23693df9b84be3 (patch) | |
tree | 09154bf10f485a5814dd44e697df124eb9aed97d /tbc/templates | |
parent | 422345a859b85da7bcb6bb55d30ea78cfcd8f65d (diff) | |
download | Python-TBC-Interface-5c18b06512b6dd28722826227e23693df9b84be3.tar.gz Python-TBC-Interface-5c18b06512b6dd28722826227e23693df9b84be3.tar.bz2 Python-TBC-Interface-5c18b06512b6dd28722826227e23693df9b84be3.zip |
added categorization for books under progress
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/books_under_progress.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tbc/templates/tbc/books_under_progress.html b/tbc/templates/tbc/books_under_progress.html index ce502e7..859e240 100644 --- a/tbc/templates/tbc/books_under_progress.html +++ b/tbc/templates/tbc/books_under_progress.html @@ -12,6 +12,8 @@ function submitCategory() {% block content %} <center> <h2> Books Under Progress </h2> + <hr> + <h4>Select Category</h4> <form name="underprogress" action="/books-under-progress/" method=POST enctype="multipart/form-data"> {% csrf_token %} <select name="category" id="category" onchange="submitCategory();"> |