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
+1 -1
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'),