diff options
| -rw-r--r-- | templates/group_list.html | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/templates/group_list.html b/templates/group_list.html index 2530865..eeb3a35 100644 --- a/templates/group_list.html +++ b/templates/group_list.html @@ -1,6 +1,8 @@  {% extends "index.html" %}  {% load dt_week %} +{% block title %}{{ timetable }} – {% endblock %} +  {% block body %}        <h3><a href="{{ timetable.url }}">{{ timetable }}</a></h3>        <ul> | 
