mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-09 16:50:31 +00:00
Button style fixes
This commit is contained in:
parent
4118f98d4d
commit
b279317f89
@ -14,7 +14,9 @@
|
|||||||
<form method="POST" action="{{ action_url }}">
|
<form method="POST" action="{{ action_url }}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form|crispy }}
|
{{ form|crispy }}
|
||||||
<input type="submit" name="action" class="btn btn-primary btn-block" value="{% trans 'change password' %}"/>
|
<div class='btn-group float-right' role='group'>
|
||||||
|
<input type="submit" name="action" class="btn btn-success" value="{% trans 'Change password' %}"/>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{% trans 'Your password is now changed.' %}</p>
|
<p>{% trans 'Your password is now changed.' %}</p>
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
{% load inventree_extras %}
|
{% load inventree_extras %}
|
||||||
|
|
||||||
/* globals
|
/* globals
|
||||||
renderErrorMessage,
|
|
||||||
showAlertDialog,
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* exported
|
/* exported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user