aboutsummaryrefslogtreecommitdiff
path: root/app/views/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users.py')
-rw-r--r--app/views/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users.py b/app/views/users.py
index 478596b..94fc30b 100644
--- a/app/views/users.py
+++ b/app/views/users.py
@@ -194,7 +194,7 @@ def user_claim_page():
user = User.query.filter_by(forums_username=username).first()
if user is not None and user.rank.atLeast(UserRank.NEW_MEMBER):
flash("That user has already been claimed!", "error")
- return redirect(url_for("user_claim_page", username=username))
+ return redirect(url_for("user_claim_page"))
# Get signature
sig = None