adjust email value to external-email #1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
<div class="row mb-3">
|
||||
<label for="externalMail" class="form-label col-sm-2">{% trans email %}e-mail address{% endtrans %}</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="email" name="externalMail" id="externalMail" value="{{ CURRENT_USER["external-mail"]|e }}" required class="form-control">
|
||||
<input type="email" name="externalMail" id="externalMail" value="{{ CURRENT_USER["externalMail"]|e }}" required class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue