Skip to content

Commit

Permalink
Remove Register option
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Jul 4, 2024
1 parent 01473fb commit 94660bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ckanext/keycloak/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
{% block header_account_notlogged %}

<li>{% link_for _('Log in'), named_route='user.login' %}</li>
{% if h.check_access('user_create') %}
<li>{% link_for _('Register'), named_route='user.register', class_='sub' %}</li>
{% endif %}

{% endblock %}
{% endblock %}

0 comments on commit 94660bb

Please sign in to comment.