From 412f4a1d94d9185ff5684be25cb99235b4e207e9 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 20 Jan 2019 13:35:21 +0100 Subject: Add the `watch` infraction type. --- api/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'api/models.py') diff --git a/api/models.py b/api/models.py index 4f6d00ae..6dce0eb4 100644 --- a/api/models.py +++ b/api/models.py @@ -315,6 +315,7 @@ class Infraction(ModelReprMixin, models.Model): TYPE_CHOICES = ( ("note", "Note"), ("warning", "Warning"), + ("watch", "Watch"), ("mute", "Mute"), ("kick", "Kick"), ("ban", "Ban"), -- cgit v1.2.3