h
This commit is contained in:
@@ -34,7 +34,7 @@ def signup_page():
|
||||
flash("Signups are temporarily disabled")
|
||||
SignupEnabled = False
|
||||
InviteKeysEnabled = websiteFeatures.GetWebsiteFeature("InviteKeys")
|
||||
return render_template("signup/signup.html", SignupEnabled=SignupEnabled, InviteKeysEnabled=InviteKeysEnabled)
|
||||
return render_template("signup/signup.html", SignupEnabled=SignupEnabled, InviteKeysEnabled=InviteKeysEnabled, auth_page=True)
|
||||
|
||||
def RateLimitReached(e):
|
||||
flash("You are being rate limited. Please try again later.")
|
||||
|
||||
Reference in New Issue
Block a user