Skip to content
Snippets Groups Projects
Verified Commit 1dd8ab4f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

[Print] Show timetable title in page header

parent 85752ec4
No related branches found
No related tags found
1 merge request!77Resolve "PDF export for timetables"
......@@ -7,22 +7,10 @@
<link rel="stylesheet" href="{% static 'css/chronos/timetable_print.css' %}">
{% endblock %}
{% block page_title %}
{% trans "Timetable" %} <i>{{ el.short_name }}</i>
{% endblock %}
{% block content %}
<h5>
{% trans "Timetable" %} <i>{{ el }}</i>
</h5>
{# Show class teacher and deputy class teacher #}
{% if type.value == "group" and el.owners.all %}
<p class="no-margin">{% trans "Group teachers:" %}
{% for teacher in el.owners.all %}
{{ teacher.short_name }}{% if not forloop.last %},{% endif %}
{% endfor %}
</p>
{% endif %}
<div class="timetable-plan">
{# Week days #}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment