Skip to content

Commit

Permalink
add login link to header
Browse files Browse the repository at this point in the history
TGA-100
  • Loading branch information
petrjasek committed Jul 2, 2024
1 parent c02c340 commit 764ae6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</div>
{% else %}
<div class="navbar__right navbar__right--login">
<a class="nav-link d-none d-md-block" href="{{ url_for('auth.login') }}">{{ gettext('Login') }}</a>
<a class="nav-link d-none d-md-block" href="{{ url_for('auth.signup') }}">{{ gettext('Register') }}</a>
<a class="nav-link" href="https://360info.org/about-us/" target="_blank">{{ gettext('About Us') }}</a>
<a class="nav-link" href="https://360info.org/about-us/our-charter/" target="_blank">{{ gettext('Charter') }}</a>
Expand Down

0 comments on commit 764ae6d

Please sign in to comment.