aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/account/details.html
diff options
context:
space:
mode:
authorJacob Hodgdon <jhodgdon@iol.unh.edu>2021-08-24 15:48:36 -0400
committerRaven Hodgdon <jhodgdon@iol.unh.edu>2021-09-14 16:57:19 -0400
commiteb75b380a32c65dc8d0857bae093c7a96f30f024 (patch)
treec23c61a3e16a5d946fd0743748065767b5256fa7 /src/templates/base/account/details.html
parent4e8c162a104a46f7625b0ad624285ed39568d3a1 (diff)
removal of jira
Change-Id: I1b1da49147219d94837cdd50b908ba30f8cf961c Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu> Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu> Signed-off-by: Raven Hodgdon <jhodgdon@iol.unh.edu>
Diffstat (limited to 'src/templates/base/account/details.html')
-rw-r--r--src/templates/base/account/details.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/base/account/details.html b/src/templates/base/account/details.html
index 3092ad0..ad59c9a 100644
--- a/src/templates/base/account/details.html
+++ b/src/templates/base/account/details.html
@@ -4,6 +4,5 @@
<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 %}