Added view to list, create, update and delete metadata type under the setup menu

This commit is contained in:
Roberto Rosario
2011-06-19 00:38:55 -04:00
parent 9250a6bbdc
commit 0490fc64ca
6 changed files with 126 additions and 6 deletions

View File

@@ -94,3 +94,8 @@ class MetadataSelectionForm(forms.Form):
)
MetadataRemoveFormSet = formset_factory(MetadataRemoveForm, extra=0)
class MetadataTypeForm(forms.ModelForm):
class Meta:
model = MetadataType