mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Add view to toggle reddit flairs
This commit is contained in:
@@ -18,6 +18,7 @@ urlpatterns = patterns('',
|
||||
(r'^profile/change/password/$', password_change),
|
||||
(r'^profile/change/email/$', views.email_change),
|
||||
(r'^profile/change/primary/$', views.primarychar_change),
|
||||
(r'^profile/change/reddittag/$', views.toggle_reddit_tagging),
|
||||
(r'^users/(?P<username>.*)/$', views.user_view),
|
||||
(r'^users/$', views.user_lookup),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user