From b8c529b4703b06218bfa3029d80ee79b466c5586 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 19 Dec 2016 11:03:49 -0500 Subject: fixed photo admin error --- app/photos/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/photos/admin.py b/app/photos/admin.py index 0e6c10d..fbedc73 100644 --- a/app/photos/admin.py +++ b/app/photos/admin.py @@ -42,7 +42,7 @@ class LuxImageAdmin(OSMGeoAdmin): fieldsets = ( (None, { - 'fields': (('image', 'pub_date'), 'sizes', ('title', 'alt'), 'caption', 'point', ('is_public', 'is_video'), ('photo_credit_source', 'photo_credit_url')) + 'fields': (('image', 'pub_date'), 'sizes', ('title', 'alt'), 'caption', 'point', ('is_public'), ('photo_credit_source', 'photo_credit_url')) }), ('Exif Data', { 'classes': ('collapse',), -- cgit v1.2.3-70-g09d2