Commit 52989318 authored by Romain Loth's avatar Romain Loth

fix textarea's pre-filled values

parent 37f23aac
...@@ -432,7 +432,7 @@ ...@@ -432,7 +432,7 @@
rows="7" style="resize:none" rows="7" style="resize:none"
class="form-control" placeholder="If you wish, you may describe here your personal scientific interests." class="form-control" placeholder="If you wish, you may describe here your personal scientific interests."
onblur="cmxClt.makeBold(this)" onfocus="cmxClt.makeNormal(this)" onblur="cmxClt.makeBold(this)" onfocus="cmxClt.makeNormal(this)"
value="{{ return_user.info.interests_text }}"></textarea> >{{ return_user.info.interests_text }}</textarea>
</div> </div>
<p class="legend">Optional, ~15 lines max (1200 chars)</p> <p class="legend">Optional, ~15 lines max (1200 chars)</p>
</div> </div>
......
...@@ -524,7 +524,7 @@ ...@@ -524,7 +524,7 @@
rows="7" style="resize:none" rows="7" style="resize:none"
class="form-control" placeholder="If you wish, you may describe here your personal scientific interests." class="form-control" placeholder="If you wish, you may describe here your personal scientific interests."
onblur="cmxClt.makeBold(this)" onfocus="cmxClt.makeNormal(this)" onblur="cmxClt.makeBold(this)" onfocus="cmxClt.makeNormal(this)"
value="{{ current_user.info.interests_text }}"></textarea> >{{ current_user.info.interests_text }}</textarea>
</div> </div>
<p class="legend">Optional, ~15 lines max (1200 chars)</p> <p class="legend">Optional, ~15 lines max (1200 chars)</p>
</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