Skip to content

Commit

Permalink
Organization template overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Nov 14, 2024
1 parent 8a6af65 commit f54c6ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ckanext/alisea/templates/organization/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% ckan_extends %}

{% block page_primary_action %}
<div>
{% if h.check_access('organization_create') %}
{% link_for h.humanize_entity_type('organization', group_type, 'add link') or _('Add Organization'), named_route=group_type ~ '.new', class_='btn btn-primary', icon='plus-square' %}
{% endif %}
</div>
{% endblock %}

0 comments on commit f54c6ea

Please sign in to comment.