]> git.parisson.com Git - telemeta.git/commitdiff
fix item form
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 13 Oct 2014 22:58:13 +0000 (00:58 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 13 Oct 2014 22:58:13 +0000 (00:58 +0200)
telemeta/views/item.py

index 2645129371bdc3f933be133ab291e82cdf252a35..f43448980b08aeaf71d64bc24823419d8b5ebdc7 100644 (file)
@@ -711,6 +711,7 @@ class ItemViewMixin(ItemBaseMixin):
 
 class ItemEditView(ItemViewMixin, UpdateWithInlinesView):
 
+    form = MediaItemForm
     template_name = 'telemeta/mediaitem_edit.html'
     inlines = [ItemRelatedInline, ItemPerformanceInline, ItemKeywordInline, ItemFormatInline]