Commit c5ce7ef7 authored by Romain Loth's avatar Romain Loth

hide linked ids input stub

parent c092698a
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
</p> </p>
<h3 class="formcat"> Homepage and other IDS </h3> <h3 class="formcat"> Homepage </h3>
<div class="question"> <div class="question">
<div class="input-group"> <div class="input-group">
...@@ -463,13 +463,13 @@ ...@@ -463,13 +463,13 @@
value="{{ current_user.info.home_url }}"> value="{{ current_user.info.home_url }}">
</div> </div>
</div> </div>
<div class="question"> <!-- <div class="question">
<div class="input-group"> <div class="input-group">
<label for="linked_ids" class="smlabel input-group-addon">Linked IDs</label> <label for="linked_ids" class="smlabel input-group-addon">Linked IDs</label>
<input id="linked_ids" name="linked_ids" maxlength="120" <input id="linked_ids" name="linked_ids" maxlength="120"
type="text" readonly placeholder="available shortly"> type="text" readonly placeholder="available shortly">
</div> </div>
</div> </div> -->
<h3 class="formcat"> Picture </h3> <h3 class="formcat"> Picture </h3>
<div class="question"> <div class="question">
......
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