summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/account/userprofile_update_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/account/userprofile_update_form.html')
-rw-r--r--dashboard/src/templates/account/userprofile_update_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/account/userprofile_update_form.html b/dashboard/src/templates/account/userprofile_update_form.html
index f4bb7b5..f1d2852 100644
--- a/dashboard/src/templates/account/userprofile_update_form.html
+++ b/dashboard/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>