Better icon for untrashing
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2020-12-08 20:27:51 +01:00
parent 3dc44187fa
commit 45f50e8601

View File

@@ -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">&#9851;</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">&#9851;</span>
</button>
</form>
</div>