Skip to content
Snippets Groups Projects
Commit 44c782ac authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix/absences-admin' into 'master'

Fix issues according to absences admin

See merge request !108
parents 5765af48 2fc3a18d
No related branches found
No related tags found
1 merge request!108Fix issues according to absences admin
Pipeline #4901 passed
......@@ -10,4 +10,4 @@ def format_m2m(f, attr: str = "short_name") -> str:
def format_date_period(day: date, period: "TimePeriod") -> str:
"""Format date and time period."""
return f"{date_format(date_format(day))}, {period.period}."
return f"{date_format(day)}, {period.period}."
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