adjust email value to external-email #1

Merged
stillbeben merged 5 commits from adjust_mail into main 2022-01-03 12:49:54 +00:00
Showing only changes of commit 85c4e2628d - Show all commits

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>
stillbeben marked this conversation as resolved Outdated
Outdated
Review

Please also adjust the value inside the trans tags accordingly. See README.md on how to update translations, then.

Please also adjust the value inside the `trans` tags accordingly. See `README.md` on how to update translations, then.

Thanks! Adjusted the tag and extracted the messages files.

Thanks! Adjusted the tag and extracted the messages files.
<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>