make lect/tut selected by default

This commit is contained in:
Valentin Boettcher 2020-10-09 16:30:22 +02:00
parent 6bee977df3
commit cadf3a3bd4

View file

@ -33,8 +33,8 @@
<form id="settings">
<label for="type">Typ:</label>
<select id="type" name="type" multiple>
<option value="tut" default>Uebung</option>
<option value="lect" default>Vorlesung</option>
<option value="tut" selected="selected">Uebung</option>
<option value="lect" selected="selected">Vorlesung</option>
</select>
<label for="week">Woche:</label>
<select id="week" name="week">