forked from Decentrala/website
add text to poster about time and location
This commit is contained in:
parent
62da74bf99
commit
12235ab51e
@ -58,6 +58,9 @@ def drawPoster(events, bg, fg, month:int):
|
||||
|
||||
height = 410
|
||||
|
||||
draw.text((120, height), "Radionice pocinju u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg)
|
||||
height += 70
|
||||
|
||||
for event in events:
|
||||
date = DAYS_OF_WEEK_SR[event["date"].weekday()]
|
||||
day = event["date"].day
|
||||
|
Loading…
Reference in New Issue
Block a user