summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/account/details.html
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-18 19:52:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-18 19:52:28 +0000
commitbe3825307c7a44f1491e85e33fd0a0ecf1e95a1d (patch)
tree03c437c003323ffe4451db2b397a6e4e4e5de9d1 /dashboard/src/templates/account/details.html
parent22bcbe3dda67bb8c4dbd632a8ac8925f6b0d9b5e (diff)
parent252439a59e435fcb44c4692c6522083e03282038 (diff)
Merge "Style Account pages"
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 acf3eb1..3092ad0 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>
-<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>
+<a class="btn btn-primary" href="{% url 'account:my-resources' %}">My Resources</a>
+<a class="btn btn-primary" href="{% url 'account:my-bookings' %}">My Bookings</a>
+<a class="btn btn-primary" href="{% url 'account:my-configurations' %}">My Configurations</a>
+<a class="btn btn-primary" href="{% url 'account:my-images' %}">My Snapshots</a>
{% endblock content %}