diff --git a/dss/urls.py b/dss/urls.py index 55e2c5d..b642718 100644 --- a/dss/urls.py +++ b/dss/urls.py @@ -17,6 +17,7 @@ urlpatterns = patterns('', (r'^robots\.txt$', lambda r: HttpResponse("User-agent: *\nDisallow: /", mimetype="text/plain")), (r'^tos\.html$', 'django.views.generic.simple.redirect_to', {'url': '/static/html/tos.html'}), (r'^test\.html$', 'django.views.generic.simple.redirect_to', {'url': '/static/html/test.html'}), + (r'^505', lambda r: HttpResponse("User-agent: *\nDisallow: /", mimetype="text/plain")), url(r'^', include('spa.urls')), (r'^grappelli/', include('grappelli.urls')), url(r'^accounts/', include('allauth.urls')), diff --git a/templates/404.html b/templates/404.html index ae07e60..31b2ed4 100644 --- a/templates/404.html +++ b/templates/404.html @@ -7,9 +7,12 @@
That's a 404.. +

Something's not where it should be..

- +