Made uuid of event autogenerated. Fully resolves issue #119. Also had to reset julian...
[philo.git] / contrib / julian / admin.py
index 72bdef7..8f104e2 100644 (file)
@@ -19,7 +19,7 @@ class EventAdmin(EntityAdmin):
                        'fields': (('start_date', 'start_time'), ('end_date', 'end_time'),),
                }),
                ('Advanced', {
-                       'fields': ('parent_event', 'uuid',),
+                       'fields': ('parent_event', 'site',),
                        'classes': COLLAPSE_CLASSES
                })
        )