diff --git a/drakul/raids/models.py b/drakul/raids/models.py index cb23821..7039987 100755 --- a/drakul/raids/models.py +++ b/drakul/raids/models.py @@ -144,7 +144,9 @@ class InstanceReset(models.Model): date = models.DateField( help_text="Some date where the instance was reset in the past." ) - time = models.TimeField() + time = models.TimeField( + help_text="The time of day where the instance resets." + ) duration = models.DurationField( "lockout duration", help_text="Resets are calculated from the given date in intervals of this duration."