Remove "ticket", should be mentioned in the product name
This commit is contained in:
parent
3c52b4080e
commit
f8ed60f8b6
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-5" style="text-align: center;">
|
<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 style="margin:0px auto;width:250px;height:250px;background-image:url({{ ticket.get_qr_code_url }});"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue