Add further help text.
This commit is contained in:
parent
660c1e75e6
commit
8da844d2e4
|
@ -144,7 +144,9 @@ class InstanceReset(models.Model):
|
||||||
date = models.DateField(
|
date = models.DateField(
|
||||||
help_text="Some date where the instance was reset in the past."
|
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(
|
duration = models.DurationField(
|
||||||
"lockout duration",
|
"lockout duration",
|
||||||
help_text="Resets are calculated from the given date in intervals of this duration."
|
help_text="Resets are calculated from the given date in intervals of this duration."
|
||||||
|
|
Loading…
Reference in a new issue