2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-16 09:46:31 +00:00

Commonized 'submit_label' text option

This commit is contained in:
Oliver Walters
2019-04-13 21:11:42 +10:00
parent 51d77ce4d2
commit f44ba1c011
3 changed files with 6 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ class AjaxMixin(object):
data['title'] = self.ajax_form_title
data['submit_text'] = self.ajax_submit_text
data['submit_label'] = self.ajax_submit_text
data['html_form'] = render_to_string(
self.getAjaxTemplate(),