summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index d083fa61..217f2517 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -44,10 +44,13 @@ var rz_config = { // set as a global variable
<div id="menu__type-filter" style="display:none">
<div class="dropdown-menu-heading" id="menu__type-filter__title">Filter by node type</div>
<ul class="dropdown-menu">
- <li class="dropdown-item dropdown-item-type dropdown-item-type-person">
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-internship">
+ <label><input type="checkbox" checked="checked" name="internship">Internship</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-interest">
<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-Skill">
<label><input type="checkbox" checked="checked" name="skill">Skill</label>
</li>
<li class="dropdown-item dropdown-item-type dropdown-item-type-Club">