mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 14:52:16 +00:00
Remove created/changed from the store form.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user