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

Fix issues according to absences admin

parent 60ad9b7d
No related branches found
No related tags found
1 merge request!108Fix issues according to absences admin
Pipeline #4900 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