diff options
author | hardythe1 | 2014-06-24 15:28:43 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-24 15:28:43 +0530 |
commit | 614491e6b59f9cd394b4866afd3686a778db8594 (patch) | |
tree | c98c263c88687c776cfc4fb1b95eb3453de045ed /tbc/templates | |
parent | 9a2adc69c8c99b3bcc630df4ebaf77db964c8b55 (diff) | |
download | Python-TBC-Interface-614491e6b59f9cd394b4866afd3686a778db8594.tar.gz Python-TBC-Interface-614491e6b59f9cd394b4866afd3686a778db8594.tar.bz2 Python-TBC-Interface-614491e6b59f9cd394b4866afd3686a778db8594.zip |
correcting a small malfunction
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/completed_books.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/tbc/completed_books.html b/tbc/templates/tbc/completed_books.html index 473f619..f7382f1 100644 --- a/tbc/templates/tbc/completed_books.html +++ b/tbc/templates/tbc/completed_books.html @@ -31,6 +31,7 @@ function submitCategory() <option value="computer programming">Computer Programming</option> <option value="others">Others</option> </select> + </form> </center> <ol> {% for book in completed_books %} |