Fix #735 -- Display of event series on public organizer page (#753)

This commit is contained in:
Mohit Jindal
2018-03-03 15:54:07 +05:30
committed by Raphael Michel
parent 303b9912ff
commit 3019a31fbb
2 changed files with 31 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ class EventMixin:
def get_date_range_display(self, tz=None) -> str:
"""
Returns a formatted string containing the start date and the event date
Returns a formatted string containing the start date and the end date
of the event with respect to the current locale and to the ``show_times`` and
``show_date_to`` settings.
"""