diff options
author | Primal Pappachan | 2012-04-11 12:53:51 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-04-11 12:53:51 +0530 |
commit | e3dc4ad8dbd0d86159f8b2404c2ee3eb7b76c76c (patch) | |
tree | 88adafc3537d7813859eb8c068d27368004669d8 | |
parent | 31afa442edf5edcd880f67367b91ef32ed6cf89b (diff) | |
download | aloha-e3dc4ad8dbd0d86159f8b2404c2ee3eb7b76c76c.tar.gz aloha-e3dc4ad8dbd0d86159f8b2404c2ee3eb7b76c76c.tar.bz2 aloha-e3dc4ad8dbd0d86159f8b2404c2ee3eb7b76c76c.zip |
removed category check
-rw-r--r-- | aloha/template/allotter/details.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/aloha/template/allotter/details.html b/aloha/template/allotter/details.html index 4cfe1a2..bedcf90 100644 --- a/aloha/template/allotter/details.html +++ b/aloha/template/allotter/details.html @@ -1,15 +1,6 @@ {% extends "base.html" %} {% block title %}Details form {% endblock %} -{% block scripts %} -<script> -$(document).ready(function(){ - if("{{ cat_flag}}" =="False"){ - $("#div_id_cat_check").hide() - } -}); -</script> -{% endblock scripts %} {% block content %} <h2>Please provide the following details.</h2> <div class="alert alert-block"> |