diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-06 23:40:57 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-06 23:40:57 +0200 |
| commit | 524fd1b5afeeb405cf5fd76b3228e5aacfe892cb (patch) | |
| tree | f5091f9def204bbdc1d2e97fc35b34d1d1afd284 /res | |
| parent | dcfb50e25e7273e4735cc13150ad234415fcc4fd (diff) | |
client: introduce model/types, cleanup node_info (not quite enough)
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index a01b4236..5a4073cc 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -86,7 +86,7 @@ var rz_config = { // set as a global variable <div id="editbox"> <p class="info-card-message"></p> <p class="info-card-attr">Name</p><p class="info-card-attr-val"> - <textarea id="editformname"></textarea></p> + <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> |
