remove group prefix from schedules
This commit is contained in:
parent
69899a3a3f
commit
2a3771ca48
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class Lesson:
|
|||
f'<a href="https://rasp.pgups.ru/schedule/room?room={quote(room)}">ауд. {html.escape(room)}</a>'
|
||||
for room in self.room_ids
|
||||
]
|
||||
groups = [f"гр. {html.escape(group)}" for group in self.group_names]
|
||||
groups = [html.escape(group) for group in self.group_names]
|
||||
|
||||
if self.target_kind == "teacher":
|
||||
details = rooms + groups
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue