mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Basic user view for administrators, links from the admin interface
This commit is contained in:
@@ -14,4 +14,5 @@ urlpatterns = patterns('',
|
||||
(r'^profile/add/reddit', views.reddit_add),
|
||||
(r'^profile/del/reddit/$', views.reddit_del),
|
||||
(r'^profile/del/reddit/(?P<redditid>\d+)/$', views.reddit_del),
|
||||
(r'^users/(?P<user>.*)/$', views.user_view),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user