diff options
-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();"> |