Compare commits

..

1 Commits

Author SHA1 Message Date
73241c4116 Split down files and add question about covid-test 2021-04-12 21:22:51 +02:00

View File

@ -65,7 +65,7 @@
</script></span>
</label>
<script>
if (qp.action == 'arrival')
if (qp && 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>')
</script>
<input type="submit">