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

Commit

Permalink
Merge branch 'feature/show-external-ref-admin' of https://github.com/…
Browse files Browse the repository at this point in the history
…andrewserong/icekit-events into andrewserong-feature/show-external-ref-admin
  • Loading branch information
jmurty committed Nov 24, 2016
2 parents f2af85f + 689a367 commit eaa4bd2
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 eaa4bd2

Please sign in to comment.