diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-24 10:33:09 -0500 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-24 10:33:09 -0500 |
commit | c40dfc085cbf21cfebdf99e5ce36a3820d6724a4 (patch) | |
tree | 7dd01b072023de3a51f86e68e4765f9b963a5eff /src | |
parent | 2c5650cad195f0bd78fb201ebbddc2afef96f752 (diff) |
Remove broken API link
We moved away from the DRF for a lot of the more complex api
interactions in 2.0, so the API link on the sidebar
was broken.
Change-Id: Id63d8d52d514f447bf282f40199f6ecc7322922b
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/base.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/templates/base.html b/src/templates/base.html index f7fa7cd..02c67dc 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -158,11 +158,6 @@ class="fa fa-fw"></i>Booking Statistics</a> </li> <li> - <a href="{% url 'api-root' %}"><i - class="fa fa-fw"></i>API - </a> - </li> - <li> <a href="{% url 'account:my-account' %}"><i class="fa fa-fw"></i>Account </a> |