Allow to manually revert check-ins on a check-in list

This commit is contained in:
Raphael Michel
2018-09-11 15:16:53 +02:00
parent e47dd3058b
commit 5b5025c776
4 changed files with 64 additions and 14 deletions

View File

@@ -120,6 +120,9 @@
<button type="submit" class="btn btn-primary btn-save">
{% trans "Check-In selected attendees" %}
</button>
<button type="submit" class="btn btn-default btn-save" name="revert" value="true">
{% trans "Revert selected check-ins" %}
</button>
{% endif %}
</form>
{% include "pretixcontrol/pagination.html" %}