summaryrefslogtreecommitdiffstats
path: root/dashboard/src/notifier/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/notifier/admin.py')
-rw-r--r--dashboard/src/notifier/admin.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard/src/notifier/admin.py b/dashboard/src/notifier/admin.py
index cfbe778..d3e8be5 100644
--- a/dashboard/src/notifier/admin.py
+++ b/dashboard/src/notifier/admin.py
@@ -1,5 +1,5 @@
##############################################################################
-# Copyright (c) 2016 Max Breitenfeldt and others.
+# Copyright (c) 2018 Sawyer Bergeron, Parker Berberian, and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
@@ -12,3 +12,5 @@ from django.contrib import admin
from notifier.models import *
admin.site.register(Notifier)
+admin.site.register(MetaBooking)
+admin.site.register(LabMessage)