Skip to content

Commit

Permalink
Re-Add removed _("Login") label text
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Oct 7, 2023
1 parent 3ad9065 commit aee8077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sipa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<li class="nav-item">
<a href="{{ url_for('generic.login') }}" class="nav-link">
<span class="bi-person-fill"></span>
{{ _("Login") }}
</a>
</li>
{%- else -%}
Expand Down

0 comments on commit aee8077

Please sign in to comment.