diff --git a/preferences/urls.py b/preferences/urls.py index 896dc45f..a89fcdf3 100644 --- a/preferences/urls.py +++ b/preferences/urls.py @@ -80,11 +80,5 @@ urlpatterns = [ name='edit-mailcontact' ), url(r'^del_mailcontact/$', views.del_mailcontact, name='del-mailcontact'), - url( - r'^history/(?P\w+)/(?P[0-9]+)$', - re2o.views.history, - name='history', - kwargs={'application': 'preferences'}, - ), url(r'^$', views.display_options, name='display-options'), ]