selfservice.html: fix external-mail vs. externalMail issue

forgot to rename this occurence at first try
This commit is contained in:
Rico 2022-01-02 23:13:21 +01:00
parent 52ee7464f7
commit 85c4e2628d
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 1 additions and 1 deletions

View File

@ -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>