Add further help text.

This commit is contained in:
Casper V. Kristensen 2019-10-25 13:27:20 +02:00
parent 660c1e75e6
commit 8da844d2e4
Signed by: caspervk
GPG key ID: 289CA03790535054

View file

@ -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."