aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/account/userprofile_update_form.html
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-02 17:54:24 -0500
committerParker Berberian <pberberian@iol.unh.edu>2019-01-03 15:04:33 -0500
commit180891af7356c37e85995e0d8a4e17feac0afd78 (patch)
treee36c705759d122ec84310bf41fd44f8d4ed19889 /src/templates/account/userprofile_update_form.html
parenta104c5c294a006a0770fed1e34aca0a580d59498 (diff)
Changed Button style class to btn-primary
btn-primary has a handful of advantages over btn-default, including consistency across browsers and correctly styling non-button html tags p.s. vim is best Change-Id: I6e55a75a9fd48d64496fd83f43a7856af0c04cc0 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'src/templates/account/userprofile_update_form.html')
-rw-r--r--src/templates/account/userprofile_update_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/account/userprofile_update_form.html b/src/templates/account/userprofile_update_form.html
index f4bb7b5..f1d2852 100644
--- a/src/templates/account/userprofile_update_form.html
+++ b/src/templates/account/userprofile_update_form.html
@@ -17,7 +17,7 @@
{% csrf_token %}
{% bootstrap_form form %}
<p><b>API Token</b>
- <a href="{% url 'generate_token' %}" class="btn btn-default">
+ <a href="{% url 'generate_token' %}" class="btn btn-primary">
Generate
</a>
</p>