This commit is contained in:
@@ -527,7 +527,7 @@ auf {% if registration.status.accepted == True %}Plus{% elif registration.status
|
|||||||
<button type="submit" name="action" value="untrash_registration"
|
<button type="submit" name="action" value="untrash_registration"
|
||||||
class="btn btn-link no-padding"
|
class="btn btn-link no-padding"
|
||||||
title="{% trans 'Eintrag in Anmeldungen zurückholen' %}">
|
title="{% trans 'Eintrag in Anmeldungen zurückholen' %}">
|
||||||
<span class="text-danger">{% bootstrap_icon 'repeat' %}</span>
|
<span class="text-success">♻</span>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@@ -595,7 +595,7 @@ von Position {{ participant.position }} der Teilnehmerliste entfernt.
|
|||||||
<button name="action" value="untrash_participant"
|
<button name="action" value="untrash_participant"
|
||||||
title="{% trans 'Eintrag in Teilnehmerliste zurückholen' %}"
|
title="{% trans 'Eintrag in Teilnehmerliste zurückholen' %}"
|
||||||
class="btn btn-link no-padding">
|
class="btn btn-link no-padding">
|
||||||
<span class="text-danger">{% bootstrap_icon 'repeat' %}</span>
|
<span class="text-success">♻</span>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user