Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
removed 404 testing url
Browse files Browse the repository at this point in the history
  • Loading branch information
xtine committed Sep 15, 2015
1 parent 1985f59 commit 3bb0f17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ekip/everykid/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,4 @@
url(r'privacy-policy/$', cache_page(60*60)(TemplateView.as_view(
template_name="legal/privacy.html")), name="privacy_policy"),

# 404
url(r'not-found/$', cache_page(60*60)(TemplateView.as_view(
template_name="404.html")), name="404"),

)

0 comments on commit 3bb0f17

Please sign in to comment.