Skip to content
Snippets Groups Projects
Commit 8501afaf authored by Felix Blanke's avatar Felix Blanke
Browse files

Address line length

parent 599aec35
No related branches found
No related tags found
5 merge requests!262[WIP] compatibility with koma solver import/export,!261[WIP] compatibility with koma solver import/export,!260[WIP] import/export merge,!259Add view to clear schedule,!235Merge fork for interoperability of KoMa solver
......@@ -153,8 +153,8 @@ class Event(models.Model):
help_text=_('Default length in hours that is assumed for AKs in this event.'))
export_slot = models.DecimalField(max_digits=4, decimal_places=2, default=1, verbose_name=_('Export Slot Length'),
help_text=_(
'Slot duration in hours that is used in the timeslot discretization, when this event '
'is exported for the solver.'
'Slot duration in hours that is used in the timeslot discretization, '
'when this event is exported for the solver.'
))
......
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