diff options
author | luxagraf <sng@luxagraf.net> | 2018-02-09 09:46:21 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-02-09 09:46:21 -0600 |
commit | 5f6cfa0421e7558053d65b89b14b24f1cf606b8b (patch) | |
tree | 81500101bf7a103771aefecd5e4a9ee15325c6ed /app | |
parent | 709cc73df418d39fa408f7816672eb9624fffb2c (diff) |
fixed a bug in admin
Diffstat (limited to 'app')
-rw-r--r-- | app/sightings/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/sightings/admin.py b/app/sightings/admin.py index 1746b94..e8a9b0a 100644 --- a/app/sightings/admin.py +++ b/app/sightings/admin.py @@ -4,7 +4,7 @@ from .models import APClass, AP, Sighting from photos.forms import GalleryForm from utils.util import get_latlon -from utils.widgets import CustomSelectMultiple +from utils.widgets import CustomSelectMultiple, LGEntryForm class GalleryFormPlus(GalleryForm): |