adjust email value to external-email #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "adjust_mail"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
as we want to use the mail attribute for postfix and dovecot it makes sense to rename
the existing email attribute. The external-mail attribute can be used for communication
from qzwi to members and/or others, e.g. public authorities, political contacts and so on.
@ -38,3 +38,3 @@
<div class="row mb-3">
<label for="mail" class="form-label col-sm-2">{% trans email %}e-mail address{% endtrans %}</label>
<label for="external-mail" class="form-label col-sm-2">{% trans email %}e-mail address{% endtrans %}</label>
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.