diff options
author | prashantsinalkar | 2019-11-05 15:54:12 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-11-05 15:54:12 +0530 |
commit | aff4d07a39801d33e55a057aefbbb17dedb867ab (patch) | |
tree | 65ce74b93af679ec61a68be68df37e93412d7ca6 | |
parent | 5bdea7cbcdb11b0f8ffc4f3c9ed86819b1681348 (diff) | |
download | R_on_Cloud_Web_Interface-aff4d07a39801d33e55a057aefbbb17dedb867ab.tar.gz R_on_Cloud_Web_Interface-aff4d07a39801d33e55a057aefbbb17dedb867ab.tar.bz2 R_on_Cloud_Web_Interface-aff4d07a39801d33e55a057aefbbb17dedb867ab.zip |
removed extra text
-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 %} |