pytition / Pytition

Django app for self-hosted privacy-friendly online petitions
https://pytition.org
BSD 3-Clause "New" or "Revised" License
97 stars 28 forks source link

Allow admins to disable the newsletter tab #319

Open marienfressinaud opened 2 months ago

marienfressinaud commented 2 months ago

Is your feature request related to a problem? Please describe.

The "newsletter" tab is pretty complicated to end-users and expose some sensitive configuration.

Describe the solution you'd like

It would be nice to allow administrators to disable the newsletter on their server, so they don't have to bother with support requests about this feature.

Describe alternatives you've considered

None

Additional context

I already have a patch working at https://github.com/pytition/Pytition/compare/master...marienfressinaud:Pytition:new/disable-newsletter, I wonder if you would be interested to integrate it upstream?