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 | 7d0cacfae100bd13f24a8040153d7a97cd350e04 (patch) | |
tree | 32471ad4ff5d69d7d6a836beb93735e8a8656dee /dashboard | |
parent | 93ac1cd683998a10c408069f72c421673f7ddfee (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 'dashboard')
-rw-r--r-- | dashboard/src/templates/base.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dashboard/src/templates/base.html b/dashboard/src/templates/base.html index f7fa7cd..02c67dc 100644 --- a/dashboard/src/templates/base.html +++ b/dashboard/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> |