summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 5a4073cc..fe4365a8 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -56,9 +56,6 @@ var rz_config = { // set as a global variable
<li class="dropdown-item dropdown-item-type dropdown-item-type-person">
<label><input type="checkbox" checked="checked" name="person">Person</label>
</li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-Internship-proposal">
- <label><input type="checkbox" checked="checked" name="internship-proposal">Internship Proposal</label>
- </li>
</ul>
</div>
</div>
@@ -89,7 +86,11 @@ var rz_config = { // set as a global variable
<textarea id="editname"></textarea></p>
<label class="info-card-attr">Type</label>
<select id="edittype" class="select-dropdown">
- <option value="person">Person</option><option value="club">Club</option><option value="skill">Skill</option><option value="interest">Interest</option><option value="third-internship-proposal">Third-internship-proposal</option><option value="internship">Internship</option>
+ <option value="person">Person</option>
+ <option value="club">Club</option>
+ <option value="skill">Skill</option>
+ <option value="interest">Interest</option>
+ <option value="internship">Internship</option>
</select><br/>
<div id="status">
<label class="info-card-attr">Status</label>