Skip to content

Commit

Permalink
fix: typo in login_layout.html (#1097)
Browse files Browse the repository at this point in the history
fix typo in login_layout.html
  • Loading branch information
devketanpro authored Sep 26, 2024
1 parent 378cc5b commit 5721071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsroom/templates/login_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3 class="login-box__title">
<div class="d-flex align-items-center">
{% if config.SHOW_USER_REGISTER %}
<span>{{ gettext("Don't have an account?") }}</span>
<a class="link" href="{{ url_fr('auth.signup') }}">{{ gettext('Sign up') }}</a>
<a class="link" href="{{ url_for('auth.signup') }}">{{ gettext('Sign up') }}</a>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 5721071

Please sign in to comment.