mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
chore: fix mailing-list URL on passreset page
small addition to the patch provided in #404 Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
4f56a01662
commit
c248a74f80
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- Default page with prompt for user name/e-mail. -->
|
<!-- Default page with prompt for user name/e-mail. -->
|
||||||
{% set url = "https://mailman.archlinux.org/mailman/listinfo/aur-general" %}
|
{% set url = "https://lists.archlinux.org/mailman3/lists/aur-general.lists.archlinux.org/" %}
|
||||||
{{ "If you have forgotten the user name and the primary e-mail "
|
{{ "If you have forgotten the user name and the primary e-mail "
|
||||||
"address you used to register, please send a message to the "
|
"address you used to register, please send a message to the "
|
||||||
"%saur-general%s mailing list."
|
"%saur-general%s mailing list."
|
||||||
|
|
Loading…
Add table
Reference in a new issue