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

Address line length

parent 599aec35
Branches
No related tags found
2 merge requests!17Add view to clear schedule,!13Feature: Add export discretization length for JSON-export
Pipeline #271313 passed
......@@ -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.
Please register or to comment