From db4e3dabb716af22f687839d8aad375dce603bf8 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 8 Jan 2022 02:35:17 +0000 Subject: [PATCH] Fix crash due to misspelled gettext arg --- app/templates/users/claim_forums.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/users/claim_forums.html b/app/templates/users/claim_forums.html index dcfe387..dd81b83 100644 --- a/app/templates/users/claim_forums.html +++ b/app/templates/users/claim_forums.html @@ -16,7 +16,7 @@ Create Account from Forums User

{{ _("Don't have a forums account?") }} - {{ _("You can still sign up without one.", link=url_for('users.register')) }} + {{ _("You can still sign up without one.", url=url_for('users.register')) }}