diff --git a/RIGS/templates/RIGS/index.html b/RIGS/templates/RIGS/index.html index 157fc9d0..826839e6 100644 --- a/RIGS/templates/RIGS/index.html +++ b/RIGS/templates/RIGS/index.html @@ -20,6 +20,7 @@ Rigboard Calendar {% if perms.RIGS.add_event %} New Event{% endif %} + Asset Database
diff --git a/assets/urls.py b/assets/urls.py index 511bb4a6..fea65f6c 100644 --- a/assets/urls.py +++ b/assets/urls.py @@ -8,7 +8,7 @@ router = routers.DefaultRouter() router.register(r'api/assets', api.AssetViewSet) urlpatterns = [ - path('', views.AssetList.as_view(), name='index'), + path('', views.AssetList.as_view(), name='asset_index'), path('asset/list/', views.AssetList.as_view(), name='asset_list'), path('asset/