diff options
author | luxagraf <sng@luxagraf.net> | 2018-01-31 12:11:07 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-01-31 12:11:07 -0600 |
commit | 193380f53799e2fa5f15817caec47ccf914359e6 (patch) | |
tree | 607e8792b9819e3281ef7dcc8a3f3c32c1c34172 /app/sightings | |
parent | 18668343120be2ccf80a3b05920cce7881501dfa (diff) |
fixed some admin bugs on live server
Diffstat (limited to 'app/sightings')
-rw-r--r-- | app/sightings/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/sightings/build.py b/app/sightings/build.py index e77a57b..db46a34 100644 --- a/app/sightings/build.py +++ b/app/sightings/build.py @@ -2,6 +2,7 @@ import os from django.urls import reverse from builder.base import BuildNew from django.contrib.auth.models import User +from .models import Sighting class BuildSightings(BuildNew): |