summaryrefslogtreecommitdiff
path: root/tbc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/templates')
-rw-r--r--tbc/templates/tbc/browse-books.html1
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>