diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-28 18:43:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-28 18:43:35 +0000 |
commit | 461b5d10e05d9ce0067586145fcf7d32ce9117a7 (patch) | |
tree | a777ecd77ea4f94432b94cd963a3dd2b6e45d11b /dashboard/src/templates | |
parent | bf13ea4e6d585afcad789a7b56956469453a2f73 (diff) | |
parent | 7d0cacfae100bd13f24a8040153d7a97cd350e04 (diff) |
Merge "Remove broken API link"
Diffstat (limited to 'dashboard/src/templates')
-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> |