File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/templates/gentelella/guest/event Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{% if (not tickets or tickets.count() == 0) and event.ticket_url and event.ticket_url != "" and event.identifier not in event.ticket_url %}
2- < div class ="col-md-10 col-sm-10 col- xs-12 ">
2+ < div class ="col-xs-12 ">
33 < div class ="panel panel-default ">
44 < div class ="panel-heading " style ="background-color: #ffffff; ">
55 < h3 class ="panel-title "> {{ _("Ticket Information") }}</ h3 >
@@ -15,7 +15,7 @@ <h3 class="panel-title">{{ _("Ticket Information") }}</h3>
1515 </ div >
1616{% endif %}
1717{% if tickets and tickets.count() > 0 %}
18- < div id ="ticketing-holder " class ="col-md-10 col-sm-10 col- xs-12 ">
18+ < div id ="ticketing-holder " class ="col-xs-12 ">
1919 < form method ="POST " action ="{{ url_for('ticketing.create_order') }} " enctype ="multipart/form-data ">
2020 < input type ="hidden " name ="event_id " value ="{{ event.id }} ">
2121 < div class ="panel panel-default ">
You can’t perform that action at this time.
0 commit comments