Fix crash due to misspelled gettext arg

This commit is contained in:
rubenwardy 2022-01-08 02:35:17 +00:00
parent b2a72da219
commit db4e3dabb7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Create Account from Forums User
<p>
{{ _("Don't have a forums account?") }}
{{ _("You can still <a href='%(url)s'>sign up without one</a>.", link=url_for('users.register')) }}
{{ _("You can still <a href='%(url)s'>sign up without one</a>.", url=url_for('users.register')) }}
</p>
<div class="row mt-5">