Commit 43743d3529647ebbb6e8448ff81d13d039e9499e
1 parent
db7b47e1
Exists in
master
and in
39 other branches
fixing typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/urls.py
... | ... | @@ -12,7 +12,7 @@ admin.autodiscover() |
12 | 12 | |
13 | 13 | urlpatterns = patterns('', |
14 | 14 | url(r'^$', 'home.views.index', name='home'), |
15 | - url(r'^robots.txt$', 'home.views.rebots', name='robots'), | |
15 | + url(r'^robots.txt$', 'home.views.robots', name='robots'), | |
16 | 16 | |
17 | 17 | url(r'^open-data/$', TemplateView.as_view(template_name='open-data.html'), |
18 | 18 | name='opendata'), | ... | ... |