1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #9708: Render user API tokens in a table

This commit is contained in:
jeremystretch
2022-07-11 15:43:59 -04:00
parent 531d961d30
commit 123e758c6d
8 changed files with 83 additions and 90 deletions

View File

@@ -2,7 +2,7 @@ from django.urls import path
from . import views
app_name = 'user'
app_name = 'users'
urlpatterns = [
path('profile/', views.ProfileView.as_view(), name='profile'),