We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14395ff commit 812b605Copy full SHA for 812b605
com/templates/com/news_list.jinja
@@ -205,6 +205,10 @@
205
<i class="fa-solid fa-graduation-cap fa-xl"></i>
206
<a href="{{ url("pedagogy:guide") }}">{% trans %}UV Guide{% endtrans %}</a>
207
</li>
208
+ <li>
209
+ <i class="fa-solid fa-calendar-days fa-xl"></i>
210
+ <a href="{{ url("timetable:generator") }}">{% trans %}Timetable{% endtrans %}</a>
211
+ </li>
212
<li>
213
<i class="fa-solid fa-magnifying-glass fa-xl"></i>
214
<a href="{{ url("matmat:search_clear") }}">{% trans %}Matmatronch{% endtrans %}</a>
0 commit comments