fnp
/
cas.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add services page.
[cas.git]
/
src
/
accounts
/
templates
/
registration
/
password_change_form.html
diff --git
a/src/accounts/templates/registration/password_change_form.html
b/src/accounts/templates/registration/password_change_form.html
index
c968ee5
..
760d1c0
100644
(file)
--- a/
src/accounts/templates/registration/password_change_form.html
+++ b/
src/accounts/templates/registration/password_change_form.html
@@
-31,7
+31,7
@@
{{ form.as_p }}
<p>
- <input type="submit" value="{% trans 'Change my password' %}">
+ <input type="submit" value="{% trans 'Change my password' %}"
class="btn btn-primary"
>
</p>
</form>