Konkretisiere Wochen auf Vorlesungswochen
This commit is contained in:
parent
6a60d11f1e
commit
ae3f261047
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
<option value="{{$course.Id}}"{{if eq $course.Id $.SelectedCourse}} selected{{end}}>{{$course.Name}}</option>
|
||||
{{end}}
|
||||
</select><br>
|
||||
<label for="woche">Woche</label>:
|
||||
<label for="woche">Vorlesungswoche</label>:
|
||||
<select name="woche" id="woche">
|
||||
<option value="0"{{if eq 0 $.Date.Week}} selected{{end}}>Jede</option>
|
||||
<option value="1"{{if eq 1 $.Date.Week}} selected{{end}}>Ungerade</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue