mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:21:36 +01:00
Unfortunately this nicely phrased sentence on the start-page does not always work. So I had to remove the word in
This commit is contained in:
parent
46f41aab66
commit
73cee8a653
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ try:
|
||||||
out_starttime = start.strftime(" %-H:%M")
|
out_starttime = start.strftime(" %-H:%M")
|
||||||
|
|
||||||
if location != 'No location specified':
|
if location != 'No location specified':
|
||||||
out_location = f" in {location}"
|
out_location = f", {location}"
|
||||||
else:
|
else:
|
||||||
out_location = ""
|
out_location = ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue