Finalized copy event feature.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<div class="action-tabs">
|
||||
<div class="pull-right">
|
||||
<a class="btn btn-primary"
|
||||
href="{% url 'dav_events:event_copy' event.pk %}"
|
||||
href="{% url 'dav_events:event_create' %}?copy={{ event.pk }}"
|
||||
title="{% trans 'Diese Veranstaltung als Vorlage für eine neue Veranstaltung benutzen' %}">
|
||||
{% bootstrap_icon 'duplicate' %} 
|
||||
{% trans 'Kopieren' %}
|
||||
|
||||
Reference in New Issue
Block a user