Remove "ticket", should be mentioned in the product name

This commit is contained in:
Víðir Valberg Guðmundsson 2016-05-31 01:06:29 +02:00
parent 3c52b4080e
commit f8ed60f8b6

View file

@ -8,7 +8,7 @@
<div class="row">
<div class="col-md-5" style="text-align: center;">
<h3>{{ ticket.product.name }} ticket</h3>
<h3>{{ ticket.product.name }}</h3>
<div style="margin:0px auto;width:250px;height:250px;background-image:url({{ ticket.get_qr_code_url }});"></div>
</div>