Skip to content
Snippets Groups Projects
Commit e9ec8b3d authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Display edit organizations button below title

parent c16db254
No related branches found
No related tags found
No related merge requests found
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
{% block page_header %} {% block page_header %}
<div class="odsh-dataset-heading"> <div class="odsh-dataset-heading">
<div class="pull-right"> <div>
<h2>{{ group_dict.title or group_dict.name }}</h2>
{% if h.check_access('organization_update', {'id': group_dict.id}) %} {% if h.check_access('organization_update', {'id': group_dict.id}) %}
{% link_for _('Manage'), named_route=group_type+'.edit', id=group_dict.name, class_='btn btn-primary btn-add-dataset', {% link_for _('Manage'), named_route=group_type+'.edit', id=group_dict.name, class_='btn btn-primary btn-add-dataset',
icon='wrench' %} icon='wrench' %}
{% endif %} {% endif %}
</div> </div>
<h2> {{ group_dict.title or group_dict.name }} </h2>
</div> </div>
{% if group_dict.description %} {% if group_dict.description %}
<div class="organizaion-full-description with-bottom-line"> <div class="organizaion-full-description with-bottom-line">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment