add join page

This commit is contained in:
David Rodenkirchen
2024-05-27 11:47:38 +02:00
parent bf4f3721ee
commit 833e3ef250
3 changed files with 35 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@ from .home import Home
from .about import About
from .member import Member
from .constitution import Constitution
from .join import Join
from .page_builder import build_page