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
/
account
/
profile.html
diff --git
a/src/accounts/templates/account/profile.html
b/src/accounts/templates/account/profile.html
index
18bada0
..
9dff681
100644
(file)
--- a/
src/accounts/templates/account/profile.html
+++ b/
src/accounts/templates/account/profile.html
@@
-17,6
+17,6
@@
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
- <p><button type="submit">{% trans "Change profile" %}</button></p>
+ <p><button type="submit"
class="btn btn-primary"
>{% trans "Change profile" %}</button></p>
</form>
{% endblock %}
</form>
{% endblock %}