diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-08 12:16:22 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-08 12:16:22 +0200 |
| commit | 5adfc7654fb49e116e21bc8e8202d4a148be3780 (patch) | |
| tree | 4d084ffddb4613e90a6c25e7d7f2ecb96ba913fe /res | |
| parent | 1586cf7423ba350ea3a3afaa0566afe4521904e9 (diff) | |
client/filter: fix broken filter from recent model/types intro and third-internship-proposal removal
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 7 |
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"> |
