From 8da844d2e4d0930d145723a887be065e2103dc83 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 25 Oct 2019 13:27:20 +0200 Subject: [PATCH] Add further help text. --- drakul/raids/models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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."