Skip to content

Commit

Permalink
Change login link
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Mar 11, 2024
1 parent 0251da0 commit b30b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/iaea/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<nav class="account not-authed" aria-label="{{ _('Account') }}">
<ul class="list-unstyled">
{% block header_account_notlogged %}
<li>{% link_for _('Log in'), named_route='user.login' %}</li>
<li>{% link_for _('Log in'), named_route='saml2auth.saml2login' %}</li>
{% if h.check_access('user_create') %}
<li>
{% link_for _('Register'), named_route='user.register', class_='sub'
Expand Down

0 comments on commit b30b6c7

Please sign in to comment.