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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dashboard/src/templates/account/details.html b/dashboard/src/templates/account/details.html
new file mode 100644
index 0000000..5641064
--- /dev/null
+++ b/dashboard/src/templates/account/details.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% load staticfiles %}
+{% block content %}
+<h1>Account Details</h1>
+<button onclick="location.href = '{% url 'account:my-resources' %}'">My Resources</button>
+<button onclick="location.href = '{% url 'account:my-bookings' %}'">My Bookings</button>
+<button onclick="location.href = '{% url 'account:my-configurations' %}'">My Configurations</button>
+<button onclick="location.href = '{% url 'account:my-images' %}'">My Snapshots</button>
+{% endblock content %}