Fix crash due to misspelled gettext arg
This commit is contained in:
@@ -16,7 +16,7 @@ Create Account from Forums User
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
{{ _("Don't have a forums account?") }}
|
{{ _("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>
|
</p>
|
||||||
|
|
||||||
<div class="row mt-5">
|
<div class="row mt-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user