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 d0f9da25cd - Show all commits

View file

@ -37,7 +37,7 @@
</div>
<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
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["externalMail"]|e }}" required class="form-control">
</div>