diff options
author | luxagraf <sng@luxagraf.net> | 2017-09-06 19:28:47 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2017-09-06 19:28:47 -0600 |
commit | ef2fbc67a923e4d39f0497943c11dc1eaeb74f5d (patch) | |
tree | 49a92961204446c11687296f2ca52fb815c47f50 /app/utils/widgets.py | |
parent | 6eeb020f226110a42a7d3d68b04244dbc03ecfde (diff) |
updated bird and jrnl admins to make maps and photos better
Diffstat (limited to 'app/utils/widgets.py')
-rw-r--r-- | app/utils/widgets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/utils/widgets.py b/app/utils/widgets.py index 8e390d5..240820a 100644 --- a/app/utils/widgets.py +++ b/app/utils/widgets.py @@ -5,6 +5,7 @@ from django.contrib.admin.widgets import AdminFileWidget from django.contrib.gis.admin import OSMGeoAdmin from django.utils.safestring import mark_safe from django.utils.translation import ugettext_lazy as _ +from django.forms.widgets import SelectMultiple from django.conf import settings import markdown |