summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/account/details.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/account/details.html')
-rw-r--r--dashboard/src/templates/account/details.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/dashboard/src/templates/account/details.html b/dashboard/src/templates/account/details.html
index 740dce6..acf3eb1 100644
--- a/dashboard/src/templates/account/details.html
+++ b/dashboard/src/templates/account/details.html
@@ -2,8 +2,8 @@
{% load staticfiles %}
{% block content %}
<h1>Account Details</h1>
-<button class="btn" onclick="location.href = '{% url 'account:my-resources' %}'">My Resources</button>
-<button class="btn" onclick="location.href = '{% url 'account:my-bookings' %}'">My Bookings</button>
-<button class="btn" onclick="location.href = '{% url 'account:my-configurations' %}'">My Configurations</button>
-<button class="btn" onclick="location.href = '{% url 'account:my-images' %}'">My Snapshots</button>
+<a class="btn btn-primary" onclick="location.href = '{% url 'account:my-resources' %}'">My Resources</a>
+<a class="btn btn-primary" onclick="location.href = '{% url 'account:my-bookings' %}'">My Bookings</a>
+<a class="btn btn-primary" onclick="location.href = '{% url 'account:my-configurations' %}'">My Configurations</a>
+<a class="btn btn-primary" onclick="location.href = '{% url 'account:my-images' %}'">My Snapshots</a>
{% endblock content %}