On 8/25/25 15:07, Flo via Mailman-users wrote:
In /usr/share/mailman3-web/settings.py there is: INSTALLED_APPS = ( ... 'django.contrib.humanize', ... )
Then I don't understand why you are getting the error. django.contrib.humanize is required because it is referenced by django-allauth in templates here https://codeberg.org/allauth/django-allauth/src/commit/5baeee79b2915dbb881d33fcf40e5beb5c9206ab/allauth/templates/mfa/webauthn/authenticator_list.html#L5 and here https://codeberg.org/allauth/django-allauth/src/commit/5baeee79b2915dbb881d33fcf40e5beb5c9206ab/allauth/templates/usersessions/usersession_list.html#L4
If django.contrib.humanize is loaded, those references should be satisfied. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/33ZG2T7U75HPZ43NDEQK5UA3FQMQACUJ/ This message sent to [email protected]
