adjust email value to external-email #1
Loading…
Reference in a new issue
No description provided.
Delete branch "adjust_mail"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.