summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 19ca7152..f52ac89b 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -28,20 +28,20 @@
</div>
<div style="right: 200px; position: absolute;">
<ul class="dropdown-menu">
- <li class="dropdown-item dropdown-menu-heading">Filter by Type</li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-person">
+ <li class="dropdown-item dropdown-menu-heading">Filter by node type</li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-person" style="display:none">
<label><input type="checkbox" checked="checked" name="interest">Interest</label>
</li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type dropdown-item-type-Skill">
+ <li class="dropdown-item dropdown-item-type dropdown-item-type dropdown-item-type-Skill" style="display:none">
<label><input type="checkbox" checked="checked" name="skill">Skill</label>
</li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-Club">
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-Club" style="display:none">
<label><input type="checkbox" checked="checked" name="club">Club</label>
</li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-person">
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-person" style="display:none">
<label><input type="checkbox" checked="checked" name="person">Person</label>
</li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-Internship-proposal">
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-Internship-proposal" style="display:none">
<label><input type="checkbox" checked="checked" name="internship-proposal">Intership Proposal</label>
</li>
</ul>