moved copy button in event detail view.

This commit is contained in:
2018-03-14 15:10:39 +01:00
parent 80f5012ff0
commit 62c868396a

View File

@@ -60,12 +60,6 @@
{% block page-container-fluid %}
<div class="action-tabs">
<div class="pull-right">
<a class="btn btn-primary"
href="{% url 'dav_events:event_create' %}?copy={{ event.pk }}"
title="{% trans 'Diese Veranstaltung als Vorlage für eine neue Veranstaltung benutzen' %}">
{% bootstrap_icon 'duplicate' %}&thinsp;
{% trans 'Kopieren' %}
</a>
{% if has_permission_accept %}
<a class="btn {% if event.get_status == 'submitted' %}btn-success{% else %}btn-default disabled{% endif %}"
data-toggle="modal" data-target="#modal-accept-dialog">
@@ -88,6 +82,12 @@
{% trans 'Veröffentlichung bestätigen' %}
</a>
{% endif %}
<a class="btn btn-primary"
href="{% url 'dav_events:event_create' %}?copy={{ event.pk }}"
title="{% trans 'Diese Veranstaltung als Vorlage für eine neue Veranstaltung benutzen' %}">
{% bootstrap_icon 'duplicate' %}&thinsp;
{% trans 'Kopieren' %}
</a>
</div>
<ul class="nav nav-tabs" role="tablist">
<li>