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..3092ad0
--- /dev/null
+++ b/dashboard/src/templates/account/details.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% load staticfiles %}
+{% block content %}
+<h1>Account Details</h1>
+<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 %}