]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/people/user-edit.html
people: Make space for a description
[ipfire.org.git] / src / templates / people / user-edit.html
index 28e548c089eae4f064ff9be0e1d92ebdb62cf064..d831ed2e14b1f1610b6c3a6af383881793affdf4 100644 (file)
                        </select>
                </div>
 
-               <div class="form-group">
-                       <label>{{ _("Avatar") }}</label>
+               <fieldset>
+                       <legend>{{ _("Tell Us Who You Are") }}</legend>
 
-                       <input type="file" class="form-control-file" name="avatar">
+                       <div class="form-group">
+                               <textarea type="text" class="form-control" name="description" rows="5"
+                                       placeholder="{{ _("Tell Us Who You Are") }}">{{ account.description }}</textarea>
 
-                       <small class="form-text text-muted">
-                               {{ _("Upload a new avatar") }}
-                       </small>
-               </div>
+                               <small class="form-text text-muted">
+                                       {{ _("You can use Markdown syntax as you know it from the IPFire Wiki") }}
+                               </small>
+                       </div>
+
+                       <div class="form-group">
+                               <label>{{ _("Avatar") }}</label>
+
+                               <input type="file" class="form-control-file" name="avatar">
+
+                               <small class="form-text text-muted">
+                                       {{ _("Upload a new avatar") }}
+                               </small>
+                       </div>
+               </fieldset>
 
                {% if account.has_mail() %}
                        <fieldset>