diff --git a/site_basics/urls.py b/site_basics/urls.py index 923279c..62ccb37 100644 --- a/site_basics/urls.py +++ b/site_basics/urls.py @@ -6,7 +6,7 @@ urlpatterns = patterns('', url(r'', include('favicon.urls')), - url(r'^robots.txt$', RobotsTextView.as_view(template_name=conf.ROBOTS_TEMPLATE), name='site_robots_txt'), + url(r'^robots\.txt$', RobotsTextView.as_view(template_name=conf.ROBOTS_TEMPLATE), name='site_robots_txt'), url(r'^test_page_404/$', page_404, name="page_404"), url(r'^test_page_500/$', page_500, name="page_500"), -) \ No newline at end of file +)