Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'andrewserong-feature/show-external-ref-admin' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Nov 24, 2016
2 parents f2af85f + eaa4bd2 commit 72df65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit_events/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class EventRepeatGeneratorsInline(admin.TabularInline):
class OccurrencesInline(admin.TabularInline):
model = models.Occurrence
form = admin_forms.BaseOccurrenceForm
fields = ('is_all_day', 'start', 'end', 'is_user_modified')
fields = ('is_all_day', 'start', 'end', 'is_user_modified', 'external_ref',)
exclude = (
'generator', 'is_generated',
# is_hidden and is_cancelled aren't implemented yet,
Expand Down

0 comments on commit 72df65d

Please sign in to comment.