diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-08 00:59:31 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-09 06:39:23 +0300 |
| commit | da15391910d9566c394b5dfbc07fa18712e832ec (patch) | |
| tree | ace4625e1024b0881660d9fb59afa30402fc3540 /res | |
| parent | e7349cc3f1c24a74da359058a5719712f6d613e6 (diff) | |
client: item_view: make type dropdown domain based
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 4d83f943..887d2325 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -87,11 +87,6 @@ var RZ_VERSION = '{% include "fragment/version.txt" %}'; <div id="type"> <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="internship">Internship</option> </select><br> </div> <div id="status"> |
