diff options
author | Javier Hernandez <jhernandez@soleta.eu> | 2023-12-21 11:42:37 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-21 11:54:01 +0100 |
commit | 52c5555f659db69995296c6b3bad68244ceeb2f4 (patch) | |
tree | 6ca715c26d50c9b9bc726f114bfa50d3a3abea72 /ogcp/templates/actions/client_details.html | |
parent | a5a5ef362b0e8bb79477070ea3598b90a89b977a (diff) |
templates: rename 'create' button to 'submit'
In client_details template, rename 'create' button to 'submit'.
This template is used by both client-add and client-edit commands; it
would not make sense to have a 'Create' button in client-edit.
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r-- | ogcp/templates/actions/client_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 4b83c21..620d8eb 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -13,7 +13,7 @@ {{ wtf.quick_form(form, method='post', - button_map={'create': 'primary'}, + button_map={'submit': 'primary'}, extra_classes="mx-5") }} <table class="table"> |