diff --git a/prep.py b/prep.py index d292294..f6e1c1c 100755 --- a/prep.py +++ b/prep.py @@ -141,7 +141,7 @@ for key, value_pair in TYPES_DICT.items(): # Build Serbian Events page new_events_html = build_html(new_events, DAYS_SR, sr_types) -with open("pages/sr/events.html", "r") as file: +with open("template/events-sr.html", "r") as file: page_template = ([line for line in file]) with open("pages/sr/events.html", "w") as file: @@ -149,7 +149,7 @@ with open("pages/sr/events.html", "w") as file: # Build English Events page new_events_html = build_html(new_events, DAYS_EN, en_types) -with open("pages/en/events.html", "r") as file: +with open("template/events-en.html", "r") as file: page_template = ([line for line in file]) with open("pages/en/events.html", "w") as file: diff --git a/template/events-en.html b/template/events-en.html new file mode 100644 index 0000000..0c659fd --- /dev/null +++ b/template/events-en.html @@ -0,0 +1,8 @@ +
+ Following list contains all forthcoming events. Held events are listed in + archive. +
+We also provide ical file
++ Naredna lista sadrži sve predstojeće događaje. Za listu održanih događaja + pogledaj arhivu. +
++ Događaje možeš učitati i sa + ical datotekom. +
+