On 11/8/25 11:28 AM, Jamie McClelland wrote:
However, my archive page still doesn't look quite like the one on lists.mailman3.org. Specifically, I am not getting the nav bar with a blue background. The style setting the navbar background is present in the following file on my server:
/usr/share/python3-django-hyperkitty/static/hyperkitty/libs/hyperkitty.css
In the stanza:
nav#navbar-main { background-color: #086dd7; }
And, I can find that stanza in the output of the css file for lists.mailman3.org:
https://lists.mailman3.org/static/CACHE/css/output.ea180573a244.css
But I don't have it in the corresponding output of that file on my server.
Any suggestions for debugging that missing stanza?
I ran rm -rf /var/lib/mailman3/web/static/*
And then re-ran:
mailman-web collectstatic
And problem solved!
Lastly, maybe just unrelated noise, but when I run mailman-web compress I get this error repeated a few times (with different templates):
Invalid template usersessions/usersession_list.html: 'humanize' is not a registered tag library.
I added:
'django.contrib.humanize',
To INSTALLED_APPS in /etc/mailman3/mailman-web.py to make this error go away.
So, all problems solved! Thanks again for your help.
jamie