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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/src/notifier/admin.py b/dashboard/src/notifier/admin.py
index cfbe778..4a2984c 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
@@ -9,6 +9,6 @@
from django.contrib import admin
-from notifier.models import *
+from notifier.models import Notification
-admin.site.register(Notifier)
+admin.site.register(Notification)