mirror of https://git.48k.eu/ogcp
templates: rename Edit client to Update client
Rename Client/Edit client menu in scopes management view to keep the same naming pattern as the other menu elements.master
parent
0ed9ecdae9
commit
25bb1ff73b
|
@ -24,7 +24,7 @@
|
|||
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
||||
<input class="btn btn-light dropdown-item {% block nav_client_add %}{% endblock %}" type="submit" value="{{ _('Add client') }}"
|
||||
form="scopesForm" formaction="{{ url_for('action_client_add') }}" formmethod="get">
|
||||
<input class="btn btn-light dropdown-item {% block nav_client_update %}{% endblock %}" type="submit" value="{{ _('Edit client') }}"
|
||||
<input class="btn btn-light dropdown-item {% block nav_client_update %}{% endblock %}" type="submit" value="{{ _('Update client') }}"
|
||||
form="scopesForm" formaction="{{ url_for('action_client_update') }}" formmethod="get">
|
||||
<input class="btn btn-light dropdown-item {% block nav_client_move %}{% endblock %}" type="submit" value="{{ _('Move client') }}"
|
||||
form="scopesForm" formaction="{{ url_for('action_client_move') }}" formmethod="get">
|
||||
|
|
Loading…
Reference in New Issue