aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2021-11-02 17:25:48 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2021-11-02 17:25:48 -0400
commit78eb3e01245875348e06de5465c833d1231da66a (patch)
treeea10d97da44aca2ace52617f55ed67bd3658eabb /src/templates
parent3049353a78d9de97be514fde8d753e311737f9d3 (diff)
Fix missing url backref
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu> Change-Id: I2eef190999b9e847313604f9cf44816152dba5f0
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/base/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/templates/base/base.html b/src/templates/base/base.html
index a5b79af..351bd9a 100644
--- a/src/templates/base/base.html
+++ b/src/templates/base/base.html
@@ -156,9 +156,6 @@
<a href="{% url 'account:my-bookings' %}" class="list-group-item list-group-item-action list-group-item-secondary dropDown-bg">
My Bookings
</a>
- <a href="{% url 'account:my-configurations' %}" class="list-group-item list-group-item-action list-group-item-secondary dropDown-bg">
- My Configurations
- </a>
<a href="{% url 'account:my-images' %}" class="list-group-item list-group-item-action list-group-item-secondary dropDown-bg">
My Snapshots
</a>