1. disable copy event button again. 2. better set_published wording.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<h4 class="modal-title">{% trans 'Wird die Veranstaltung veröffentlicht?' %}</h4>
|
||||
<h4 class="modal-title">{% trans 'Wird/Wurde diese Veranstaltung veröffentlicht?' %}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p class="text-center">
|
||||
@@ -60,12 +60,14 @@
|
||||
{% block page-container-fluid %}
|
||||
<div class="action-tabs">
|
||||
<div class="pull-right">
|
||||
<!--
|
||||
<a class="btn btn-primary"
|
||||
href="{% url 'dav_events:event_detail' event.pk %}"
|
||||
title="{% trans 'Diese Veranstaltung als Vorlage für eine neue Veranstaltung benutzen' %}">
|
||||
{% bootstrap_icon 'duplicate' %} 
|
||||
{% 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">
|
||||
@@ -85,7 +87,7 @@
|
||||
{% else %}
|
||||
{% bootstrap_icon 'unchecked' %} 
|
||||
{% endif %}
|
||||
{% trans 'Wird veröffentlicht' %}
|
||||
{% trans 'Veröffentlichung bestätigen' %}
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user