Changed the styling of all the pages

This commit is contained in:
xemeds
2020-08-24 15:25:42 +03:00
parent e65f43e401
commit d5a591317d
10 changed files with 308 additions and 317 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def validate_token(form, field):
return
# If the token is the same as a pages route
if field.data == "donate" or field.data == "tracker" or field.data == "lookup":
if field.data == "tracker" or field.data == "lookup" or field.data == "report" or field.data == "donate":
# Raise a ValidationError
raise ValidationError("Token already exists")