fixed implementation of UGC content uploader
This commit is contained in:
@@ -13,4 +13,5 @@ urlpatterns = [
|
||||
path('settings/tokens/create/', views.token_create, name='token_create'),
|
||||
path('settings/tokens/<int:token_id>/delete/', views.token_delete, name='token_delete'),
|
||||
path('profiles/<str:username>/', views.user_profile, name='user_profile'),
|
||||
path('settings/account/bio/preview/', views.bio_preview, name='bio_preview'),
|
||||
]
|
||||
Reference in New Issue
Block a user