aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/models.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-10-23 16:52:28 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-10-23 16:52:28 +0100
commit5688e9b1c79ff45a8867891205791a3ffcc6b91d (patch)
tree0a0ded0ec0dbb41915bf56c656600fb377aa8702 /ctrack/register/models.py
parent247a88d2d129a83a8891ae0d356e23d513259e14 (diff)
improved events tables in org detail
Diffstat (limited to '')
-rw-r--r--ctrack/register/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/register/models.py b/ctrack/register/models.py
index 375521d..a36fb9a 100644
--- a/ctrack/register/models.py
+++ b/ctrack/register/models.py
@@ -78,6 +78,7 @@ class EventBase(AuditableEventBase):
blank=True,
null=True,
help_text="Use this to link to documents on TiME/Sharepoint or elsewhere.",
+ verbose_name="URL",
)
comments = models.TextField(
max_length=1000,