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

Navigation arrows, comments, better presentation of week days, add navigation...

Navigation arrows, comments, better presentation of week days, add navigation items of smart plan to print mode, remove some margins, remove django material imports in header, add media dir to .gitignore
parent b2dde731
No related branches found
No related tags found
No related merge requests found
......@@ -235,15 +235,14 @@ def generate_sub_table(subs):
sub_row.room = generate_room_row(sub)
sub_row.room_full = generate_room_row(sub, full=True)
if DEBUG:
# Add id only if debug mode is on
if sub.text:
sub_row.text = sub.text + " " + str(sub.id)
else:
sub_row.text = str(sub.id)
else:
sub_row.text = sub.text
# if DEBUG:
# # Add id only if debug mode is on
# if sub.text:
# sub_row.text = sub.text + " " + str(sub.id)
# else:
# sub_row.text = str(sub.id)
# else:
sub_row.text = sub.text
sub_row.badge = None
if sub.type == 1:
......
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