mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-17 19:59:22 +00:00
Remove created/changed from the store form.
This commit is contained in:
@@ -34,7 +34,7 @@ class StoreForm(BootstrapModelForm):
|
|||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Store
|
model = Store
|
||||||
exclude = ('slug', 'address', 'chain', 'editor')
|
exclude = ('slug', 'address', 'chain', 'editor', 'created', 'changed')
|
||||||
classes = {
|
classes = {
|
||||||
'name': 'input-xxlarge',
|
'name': 'input-xxlarge',
|
||||||
'long_description': 'input-xxlarge',
|
'long_description': 'input-xxlarge',
|
||||||
|
|||||||
Reference in New Issue
Block a user