summaryrefslogtreecommitdiffstats
path: root/askbot/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/urls.py')
-rw-r--r--askbot/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/urls.py b/askbot/urls.py
index d925ba0a..2071a27b 100644
--- a/askbot/urls.py
+++ b/askbot/urls.py
@@ -202,7 +202,6 @@ urlpatterns = patterns('',
url(r'^%s$' % _('search/'), views.readers.search, name='search'),
url(r'^%s$' % _('feedback/'), views.meta.feedback, name='feedback'),
(r'^%s' % _('account/'), include('askbot.deps.django_authopenid.urls')),
- (r'^i18n/', include('django.conf.urls.i18n')),
#url(r'^feeds/rss/$', RssLastestQuestionsFeed, name="latest_questions_feed"),
url(
r'^doc/(?P<path>.*)$',