Skip to content

Commit

Permalink
Remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Jul 5, 2024
1 parent 4a81767 commit 328c4e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 198 deletions.
16 changes: 9 additions & 7 deletions ckanext/keycloak/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
<ul class="list-unstyled">
{% block header_account_notlogged %}
<li>{% link_for _('Log in'), named_route='user.login' %}</li>
{% endblock %}
{% if h.check_access('user_create') %}
<li>{% link_for _('Register'), named_route='user.register', class_='sub' %}</li>
{% endif %} {% endblock %}
</ul>
</nav>
{% endif %} {% endblock %}
Expand Down Expand Up @@ -84,12 +86,12 @@ <h2>{{ g.site_description }}</h2>{% endif %} {% endif %} {% endblock %}
<nav class="section navigation">
<ul class="nav nav-pills">
{% block header_site_navigation_tabs %}
{{ h.build_nav_main(
('dataset.search', _('Datasets')),
('organization.index', _('Organizations')),
('group.index', _('Groups')),
('home.about', _('About')) ) }}
{% endblock %}
{{ h.build_nav_main(
('dataset.search', _('Datasets')),
('organization.index', _('Organizations')),
('group.index', _('Groups')),
('home.about', _('About')) ) }}
{% endblock %}
</ul>
</nav>
{% endblock %} {% block header_site_search %}
Expand Down
137 changes: 0 additions & 137 deletions ckanext/keycloak/templates/page.html

This file was deleted.

54 changes: 0 additions & 54 deletions ckanext/keycloak/templates/user/login.html

This file was deleted.

0 comments on commit 328c4e2

Please sign in to comment.