Lab as a Service 2.0
[laas.git] / src / templates / account / details.html
1 {% extends "base.html" %}
2 {% load staticfiles %}
3 {% block content %}
4 <h1>Account Details</h1>
5 <button onclick="location.href = '{% url 'account:my-resources' %}'">My Resources</button>
6 <button onclick="location.href = '{% url 'account:my-bookings' %}'">My Bookings</button>
7 <button onclick="location.href = '{% url 'account:my-configurations' %}'">My Configurations</button>
8 <button onclick="location.href = '{% url 'account:my-images' %}'">My Snapshots</button>
9 {% endblock content %}