Skip to content

Commit

Permalink
Fix art show form payment HTML
Browse files Browse the repository at this point in the history
The payment buttons were taking up the entire screen width, oops
  • Loading branch information
kitsuta committed Nov 28, 2024
1 parent a794533 commit 040b576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uber/templates/art_show_admin/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ <h2>Art Show {{ c.ART_SHOW_APP_TERM|title }} Form{% if app.attendee %} for {{ ap
<a href="../art_show_applications/edit?id={{ app.id }}" target="_blank">View this {{ c.ART_SHOW_APP_TERM }}</a> for the payment button.
</p>
{% elif not app.is_new %}
<div class="d-flex align-items-center gap-1">
<a href="paid_with_cash?id={{ app.id }}" class="btn btn-success" type="submit">Paid with Cash</a>
<strong>OR</strong>
<button type="button" class="btn btn-success" id="start-payment-button" onClick="startTerminalPayment('{{ app.id }}', '', refreshPage, '../art_show_admin/start_terminal_payment')">Prompt Payment at Terminal</button>
</div>
{% endif %}
{% endif %}
</div>
Expand Down

0 comments on commit 040b576

Please sign in to comment.