fix: web form, progress ui, title non unique

This commit is contained in:
pateljannat
2021-06-16 13:04:45 +05:30
parent aa77c60abd
commit fed4b5568b
5 changed files with 8 additions and 9 deletions

View File

@@ -165,6 +165,7 @@ whitelist = [
"/add-a-new-batch",
"/new-sign-up",
"/message"
"/about"
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]