Create web templates for event management

This commit is contained in:
Summayya
2021-08-17 22:31:15 +05:30
parent 83a2f42df9
commit 8dbdabd52c
76 changed files with 1816 additions and 2 deletions

View File

@@ -167,7 +167,12 @@ whitelist = [
"/new-sign-up",
"/message",
"/about",
"/edit-profile"
"/edit-profile",
"/attendee-registration",
"/speaker-registration",
"/event",
"/hello",
"/exhibitor-registration"
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]