forked from rc/aircox
bunch of work; separate publications from programs, start to work on website
This commit is contained in:
@ -10,10 +10,10 @@ from programs.models import *
|
||||
class TrackForm (forms.ModelForm):
|
||||
class Meta:
|
||||
model = Track
|
||||
fields = ['artist', 'title', 'tags', 'position']
|
||||
fields = ['artist', 'name', 'tags', 'position']
|
||||
widgets = {
|
||||
'artist': al.TextWidget('TrackArtistAutocomplete'),
|
||||
'title': al.TextWidget('TrackTitleAutocomplete'),
|
||||
'name': al.TextWidget('TrackNameAutocomplete'),
|
||||
'tags': TaggitWidget('TagAutocomplete'),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user