From b658d4b38f1aab3ed1bdc629300392c1b3e9e8fa Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 17 Jun 2016 10:21:26 -0400 Subject: fixed notes to be like an instagram for the web also tweaked styles for picwide captions and added support for show camera make, model and lens --- app/notes/admin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/notes/admin.py') diff --git a/app/notes/admin.py b/app/notes/admin.py index 3e15be2..e84b7a0 100644 --- a/app/notes/admin.py +++ b/app/notes/admin.py @@ -2,11 +2,10 @@ from django.contrib import admin from django.contrib.gis.admin import OSMGeoAdmin from notes.models import Note, LuxNote -from utils.widgets import AdminImageWidget, LGEntryForm, LGEntryFormSmall, OLAdminBase +from utils.widgets import LGEntryForm, OLAdminBase class LuxNoteAdmin(OLAdminBase): - form = LGEntryFormSmall prepopulated_fields = {"slug": ('title',)} list_display = ('slug', 'pub_date', 'location') fieldsets = ( -- cgit v1.2.3-70-g09d2