Show QR code of a ticket directly from order details

This commit is contained in:
Raphael Michel
2019-02-21 15:23:29 +01:00
parent 407ecdf6c5
commit ca4c21a843
3 changed files with 44 additions and 0 deletions

View File

@@ -280,6 +280,10 @@
</form>
{% endfor %}
{% endif %}
<button type="submit" data-toggle="qrcode" data-qrcode="{{ line.secret }}"
class="btn btn-xs btn-default">
<span class="fa fa-qrcode"></span> {% trans "Ticket secret" %}
</button>
{% eventsignal event "pretix.control.signals.order_position_buttons" order=order position=line request=request %}
</div>
{% endif %}