diff options
author | ashwinishinde | 2015-05-18 15:37:26 +0530 |
---|---|---|
committer | ashwinishinde | 2015-05-18 15:37:26 +0530 |
commit | 23c44aa78fcf3c015dd4bcaf5b7e8a223e1b6950 (patch) | |
tree | 82c990d13a18e32e3f9c01ee7a39e973ed53c68b /static/website/templates/new-question.html | |
parent | 1806b9d0007f2b28f38cdea65efe0f0eab72dc56 (diff) | |
download | FOSSEE-Forum-23c44aa78fcf3c015dd4bcaf5b7e8a223e1b6950.tar.gz FOSSEE-Forum-23c44aa78fcf3c015dd4bcaf5b7e8a223e1b6950.tar.bz2 FOSSEE-Forum-23c44aa78fcf3c015dd4bcaf5b7e8a223e1b6950.zip |
Subject: get category id after ask new question
Description:
1) selcted category should get display for ask new question.
Diffstat (limited to 'static/website/templates/new-question.html')
-rw-r--r-- | static/website/templates/new-question.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/static/website/templates/new-question.html b/static/website/templates/new-question.html index af0e34b..cbc6063 100644 --- a/static/website/templates/new-question.html +++ b/static/website/templates/new-question.html @@ -19,13 +19,6 @@ {% render_field form.category class+="form-control category"%} </div> - <!--<div class="col-lg-3 col-md-3 col-sm-3"> - {% if category %} - {% render_field form.tutorial class+="form-control" %} - {% else %} - {% render_field form.tutorial class+="form-control" %} - {% endif %} - </div>--> <div class="col-lg-2 col-md-2 col-sm-2"> <small><strong> <a id="similar-link" data-toggle="modal" data-target="#similarModal" href="#"> |