diff options
-rw-r--r-- | website/static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/static/website/templates/index.html b/website/static/website/templates/index.html index 4b24827..fe31f5b 100644 --- a/website/static/website/templates/index.html +++ b/website/static/website/templates/index.html @@ -94,7 +94,7 @@ <div class="container small"> <form class="col-12"> <div id="main-category-wrapper" class="form-row form-group"> - <label class="col-sm-2 col-form-label font-weight-bold">{{ maincat_id }} Main Category :</label> + <label class="col-sm-2 col-form-label font-weight-bold">Main Category :</label> <select id="main_categories" class="form-control-sm col-sm-10"> <option value="0">Select Main Category</option> {% for category in catg %} {% if maincat_id == category.category_id or maincat_id == 0 %} |