Skip to content

Commit 5113dc5

Browse files
Rohanhackerniranjan94
authored andcommitted
fix issue Increase width of ticketing form #2902
1 parent b999a9d commit 5113dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/gentelella/guest/event/_ticketing_box.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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">

0 commit comments

Comments
 (0)