diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2021-11-02 17:25:48 -0400 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2021-11-02 17:25:48 -0400 |
commit | 78eb3e01245875348e06de5465c833d1231da66a (patch) | |
tree | ea10d97da44aca2ace52617f55ed67bd3658eabb | |
parent | 3049353a78d9de97be514fde8d753e311737f9d3 (diff) |
Fix missing url backref
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Change-Id: I2eef190999b9e847313604f9cf44816152dba5f0
-rw-r--r-- | src/templates/base/base.html | 3 |
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> |