Compare commits

..

1 Commits

Author SHA1 Message Date
df0438f407 Split down files and add question about covid-test 2021-04-12 21:20:09 +02:00

View File

@ -65,7 +65,7 @@
</script></span> </script></span>
</label> </label>
<script> <script>
if (qp && qp.action == 'arrival') if (qp.action == 'arrival')
document.write('<label class="checkbox"><input type="checkbox" name="tested" id="tested"><span>I have been tested negative for COVID in the last 24 hours</span></label>') document.write('<label class="checkbox"><input type="checkbox" name="tested" id="tested"><span>I have been tested negative for COVID in the last 24 hours</span></label>')
</script> </script>
<input type="submit"> <input type="submit">