diff --git a/tailbone/views/stores.py b/tailbone/views/stores.py index b46fa5f4..fa94f92e 100644 --- a/tailbone/views/stores.py +++ b/tailbone/views/stores.py @@ -50,6 +50,14 @@ class StoresView(MasterView): 'email', ] + form_fields = [ + 'id', + 'name', + 'phone', + 'email', + 'database_key', + ] + labels = { 'id': "ID", 'phone': "Phone Number",