mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-16 17:56:30 +00:00
Simplified custom button text for modal forms
- Now only configured from the javascript end - No server-side configuration of button text
This commit is contained in:
@@ -56,7 +56,6 @@ class AjaxMixin(object):
|
||||
|
||||
ajax_form_action = ''
|
||||
ajax_form_title = ''
|
||||
ajax_submit_text = 'Submit'
|
||||
|
||||
def get_data(self):
|
||||
return {}
|
||||
@@ -76,8 +75,6 @@ class AjaxMixin(object):
|
||||
|
||||
data['title'] = self.ajax_form_title
|
||||
|
||||
data['submit_label'] = self.ajax_submit_text
|
||||
|
||||
data['html_form'] = render_to_string(
|
||||
self.getAjaxTemplate(),
|
||||
context,
|
||||
|
Reference in New Issue
Block a user