Add view to toggle reddit flairs

This commit is contained in:
2011-07-28 14:47:35 +01:00
parent 07198adfaa
commit 192f9d70c1
2 changed files with 21 additions and 0 deletions

View File

@@ -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),
)