add newsletter subscription functionality

This commit is contained in:
Tobias Brunner 2025-03-27 10:33:27 +01:00
parent 0dd73bedde
commit 92a8b0951e
No known key found for this signature in database
9 changed files with 132 additions and 4 deletions

View file

@ -4,3 +4,4 @@ from .partners import *
from .providers import *
from .services import *
from .pages import *
from .subscriptions import *