Remove created/changed from the store form.

This commit is contained in:
2013-04-13 00:01:39 +01:00
parent 97bbd51f9b
commit a1b7a7a511

View File

@@ -34,7 +34,7 @@ class StoreForm(BootstrapModelForm):
class Meta:
model = Store
exclude = ('slug', 'address', 'chain', 'editor')
exclude = ('slug', 'address', 'chain', 'editor', 'created', 'changed')
classes = {
'name': 'input-xxlarge',
'long_description': 'input-xxlarge',