Merge pull request 'heinzel' (#30) from heinzel into master
All checks were successful
buildbot/tox Build done.
All checks were successful
buildbot/tox Build done.
Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
@@ -315,12 +315,12 @@
|
||||
<div>
|
||||
<button disabled="disabled"
|
||||
class="btn btn-link no-padding" title="Anmeldung wurde bereits bearbeitet">
|
||||
<span class="{% if registration.status.accepted %}text-success{% else %}text-muted{% endif %}">{% bootstrap_icon 'plus-sign' %}</span>
|
||||
<span class="{% if registration.status.accepted == True %}text-success{% else %}text-muted{% endif %}">{% bootstrap_icon 'plus-sign' %}</span>
|
||||
</button>
|
||||
|
||||
<button disabled="disabled"
|
||||
class="btn btn-link no-padding" title="Anmeldung wurde bereits bearbeitet">
|
||||
<span class="{% if not registration.status.accepted %}text-danger{% else %}text-muted{% endif %}">{% bootstrap_icon 'minus-sign' %}</span>
|
||||
<span class="{% if registration.status.accepted == False %}text-danger{% else %}text-muted{% endif %}">{% bootstrap_icon 'minus-sign' %}</span>
|
||||
</button>
|
||||
|
||||
<span class="text-muted">
|
||||
@@ -398,4 +398,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock page-container-fluid %}
|
||||
{% endblock page-container-fluid %}
|
||||
|
||||
@@ -527,7 +527,7 @@ auf {% if registration.status.accepted == True %}Plus{% elif registration.status
|
||||
<button type="submit" name="action" value="untrash_registration"
|
||||
class="btn btn-link no-padding"
|
||||
title="{% trans 'Eintrag in Anmeldungen zurückholen' %}">
|
||||
<span class="text-danger">{% bootstrap_icon 'repeat' %}</span>
|
||||
<span class="text-success">♻</span>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
@@ -595,7 +595,7 @@ von Position {{ participant.position }} der Teilnehmerliste entfernt.
|
||||
<button name="action" value="untrash_participant"
|
||||
title="{% trans 'Eintrag in Teilnehmerliste zurückholen' %}"
|
||||
class="btn btn-link no-padding">
|
||||
<span class="text-danger">{% bootstrap_icon 'repeat' %}</span>
|
||||
<span class="text-success">♻</span>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
@@ -612,4 +612,4 @@ von Position {{ participant.position }} der Teilnehmerliste entfernt.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock page-container-fluid %}
|
||||
{% endblock page-container-fluid %}
|
||||
|
||||
Reference in New Issue
Block a user