Skip to content

Commit

Permalink
Merge pull request #22 from harej/patch-3
Browse files Browse the repository at this point in the history
Assigning IDs to the TOS buttons
  • Loading branch information
cyberpower678 committed Jul 13, 2021
2 parents 9e78888 + d8ec9ad commit b06a85e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/html/Templates/tos.html
Expand Up @@ -6,6 +6,6 @@ <h1>{{{tosheader}}}</h1>
</div>
<form id="tossubmitform" name="tossubmitform" method="post" action="index.php?action=tos">
<input type="hidden" value="{{csrftoken}}" name="token">
<button type="submit" name="tosaccept" value="yes" class="btn btn-primary" autofocus>{{{accept}}}</button>
<button type="submit" name="tosaccept" value="no" class="btn btn-danger">{{{decline}}}</button>
</form>
<button id="tosAccept" type="submit" name="tosaccept" value="yes" class="btn btn-primary" autofocus>{{{accept}}}</button>
<button id="tosDecline" type="submit" name="tosaccept" value="no" class="btn btn-danger">{{{decline}}}</button>
</form>

0 comments on commit b06a85e

Please sign in to comment.