Timeout-Check + MERGE-Prep
This commit is contained in:
@ -13,9 +13,8 @@
|
||||
<form method="post" action={{ url_for ("setSemester", next=url_for("displayNoten")) }}>
|
||||
<label for="sem">Semester wählen! </label>
|
||||
<select name="sem" id="sem">
|
||||
<option value = "none" selected disabled hidden></option>
|
||||
{% for i in range (semester|length) %}
|
||||
<option value= {{ semester [i] [1] }}>{{ semester [i] [0] }} </option>
|
||||
<option value= {{ semester [i] [1] }} {% if semester[i][1]==sel %} selected {% endif %}>{{ semester [i] [0] }} </option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input type="submit" value="Semester setzen!">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Vorlesungsplan</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='cal.css') }}">
|
||||
<link rel<="s>tylesheet" type="text/css" href="{{ url_for('static', filename='cal.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="calendar">
|
||||
|
||||
Reference in New Issue
Block a user