CSRF removed, double video now working with everything

This commit is contained in:
2024-06-24 13:30:51 +02:00
parent 69220b836a
commit c9c3bfce12
7 changed files with 56 additions and 6 deletions

View File

@@ -11,7 +11,6 @@
<div class="container">
<h2>Hello! Thank you for participating in our study!</h2>
<form action="http://localhost:5000/start" method="post">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<label for="terms-and-conditions">
<input class="inline" id="terms-and-conditions" type="checkbox" required name="terms-and-conditions" /> I accept the +terms and conditions</a>
</label>