adjust email value to external-email #1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<label for="externalMail" class="form-label col-sm-2">{% trans email %}e-mail address{% endtrans %}</label>
|
<label for="externalMail" class="form-label col-sm-2">{% trans externalMail %}external e-mail address{% endtrans %}</label>
|
||||||
stillbeben marked this conversation as resolved
Outdated
|
|||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="email" name="externalMail" id="externalMail" value="{{ CURRENT_USER["externalMail"]|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
Please also adjust the value inside the
trans
tags accordingly. SeeREADME.md
on how to update translations, then.Thanks! Adjusted the tag and extracted the messages files.