Commit 0c47178c authored by Romain Loth's avatar Romain Loth

fix var names

parent b7bd7602
......@@ -165,7 +165,6 @@
</div>
</div>
<!-- £TODO js password validation -->
<div class="question">
<p class="legend">Please make your password difficult to predict.</p>
<div class="input-group">
......@@ -189,8 +188,8 @@
<h3 class="formcat"> About your job and research </h3>
<div class="question input-group">
<label for="hon_title" class="smlabel input-group-addon">Job Title</label>
<input id="hon_title" name="hon_title"
<label for="jobtitle" class="smlabel input-group-addon">Job Title</label>
<input id="jobtitle" name="jobtitle"
type="text" class="form-control autocomp" placeholder="titre"
onblur="makeBold(this)" onfocus="makeNormal(this)">
</div>
......@@ -198,8 +197,8 @@
<div class="question">
<div class="input-group">
<label for="keywords" class="smlabel input-group-addon">* Key subjects</label>
<input id="keywords" name="keywords autocomp"
type="text" class="form-control" placeholder="keywords">
<input id="keywords" name="keywords"
type="text" class="form-control autocomp" placeholder="keywords">
</div>
<p class="legend">Please enter at most 5 comma-separated keywords</p>
</div>
......@@ -210,8 +209,8 @@
<div class="question">
<div class="input-group">
<label for="institution" class="smlabel input-group-addon">* Parent Institution</label>
<input id="institution" name="institution autocomp"
type="text" class="form-control" placeholder='eg "CNRS" or "University of Oxford"'>
<input id="institution" name="institution"
type="text" class="form-control autocomp" placeholder='eg "CNRS" or "University of Oxford"'>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment