Rapla-Key-Import + Depreciate calendars/list.json
This commit is contained in:
@ -64,9 +64,10 @@
|
||||
{% if i["weekday"] == e %}
|
||||
<div class="event start-{{ i["start"][:2]+i["start"][3:] }} end-{{ i["end"][:2]+i["end"][3:]}}">
|
||||
{% block event %} {% endblock %}
|
||||
<p class="title">{{ i["name"] }}</p>
|
||||
<p class="room">{{ i["room"] }}</p>
|
||||
<p class="time">{{ i["start"] }} - {{ i["end"] }} ({{ i["dur"] }}h)</p>
|
||||
<p class="title">{{ i["name"] }}</p>
|
||||
<p class="room">{{ i["room"] }}</p>
|
||||
<p class="teacher">{{ i["teacher"] }}</p>
|
||||
<p class="time">{{ i["start"] }} - {{ i["end"] }} ({{ i["dur"] }}h)</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Test Pages</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href={{ url_for("kurs") }} > kurs </a> <br>
|
||||
<a href={{ url_for("login") }} > login </a><br>
|
||||
<a href={{ url_for("displayNoten") }} > noten </a><br>
|
||||
<a href={{ url_for("plananon", kurs="tinf22b3") }} > plan-anon </a><br>
|
||||
<a href={{ url_for("planuser") }} > plan-user </a><br>
|
||||
<a href={{ url_for("chooseRaplas") }} > rapla </a><br>
|
||||
<a href={{ url_for("getSemester") }} > semester </a><br>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user