On 12/22/24 04:16, Torge Riedel via Mailman-users wrote:

1. The page has a poor rendering, as far as I can see not css is referenced
2. A would prefer that I am able to hide the registration button

Is either of this possible to be fixed in the future?

The lack of styling is fixed for django-mailman3 1.3.16 by https://gitlab.com/mailman/django-mailman3/-/merge_requests/303

You can fix it by adding the django_mailman3/templates/account/signup_closed.html file as in this patch:
```
diff --git a/django_mailman3/templates/account/signup_closed.html b/django_mailman3/templates/account/signup_closed.html
new file mode 100644
index 0000000..bc83950
--- /dev/null
+++ b/django_mailman3/templates/account/signup_closed.html
@@ -0,0 +1,11 @@
+{% extends "account/base.html" %}
+
+{% load i18n %}
+
+{% block head_title %}{% trans "Sign Up Closed" %}{% endblock %}
+
+{% block content %}
+<h1>{% trans "Sign Up Closed" %}</h1>
+
+<p>{% trans "We are sorry, but the sign up is currently closed." %}</p>
+{% endblock %}
```

Disabling the signup button on the resultant page is trickier as that currently comes from the hyperkitty/templates/hyperkitty/base.html which is used all over.

--
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/57QGFASZRZBHI6AYA75YFLONAFJLL2V4/

This message sent to arch...@mail-archive.com

Reply via email to