Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NitroGuy10 committed Jan 13, 2025
1 parent f5f2e4d commit 4c61812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hiss/templates/status/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@
<div class="row login-alt-options" id="no-toggle-click">
<div class="col-sm-12 col-lg-12 text-center">
<br>
<form method="POST" action="{% url 'application:confirm' pk=application.pk %}" class="rsvp-response-btn">
<form method="POST" action="{% url 'application:decline' pk=application.pk %}" class="rsvp-response-btn">
{% csrf_token %}

<input class="btn btn-login" type="submit" value="I'll be there!">
<input class="btn btn-login secondary" type="submit" value="No, I will NOT participate.">
</form>
<form method="POST" action="{% url 'application:decline' pk=application.pk %}" class="rsvp-response-btn">
<form method="POST" action="{% url 'application:confirm' pk=application.pk %}" class="rsvp-response-btn">
{% csrf_token %}

<input class="btn btn-login secondary" type="submit" value="No, I will NOT participate.">
<input class="btn btn-login" type="submit" value="I'll be there!">
</form>
</div>
</div>
Expand Down

0 comments on commit 4c61812

Please sign in to comment.