diff options
author | hardythe1 | 2014-02-18 17:28:43 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-18 17:28:43 +0530 |
commit | 547bc2ca4f9296262c03be5220c25dbca11f463b (patch) | |
tree | 1236cf20fd9807f0bb98cb05fa655da5493436b3 /tbc/templates | |
parent | 8e31d566ab19680ccb1e06da1611e43ffd46624b (diff) | |
download | Python-TBC-Interface-547bc2ca4f9296262c03be5220c25dbca11f463b.tar.gz Python-TBC-Interface-547bc2ca4f9296262c03be5220c25dbca11f463b.tar.bz2 Python-TBC-Interface-547bc2ca4f9296262c03be5220c25dbca11f463b.zip |
correcting an error in browe books
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/browse-books.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/tbc/browse-books.html b/tbc/templates/tbc/browse-books.html index 5996d93..e278eaa 100644 --- a/tbc/templates/tbc/browse-books.html +++ b/tbc/templates/tbc/browse-books.html @@ -16,6 +16,7 @@ function submitCategory() <form name="browseBooks" action="/browse-books/" method=POST enctype="multipart/form-data"> {% csrf_token %} <center><select name="category" id="category" onchange="submitCategory();"> + <option value="all">All</option> <option value="fluid mechanics">Fluid Mechanics</option> <option value="control systems">Control Theory & Control Systems</option> <option value="chemical engineering">Chemical Engineering</option> |