summaryrefslogtreecommitdiff
path: root/chimere/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/urls.py')
-rw-r--r--chimere/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/urls.py b/chimere/urls.py
index 70a9844..60a223b 100644
--- a/chimere/urls.py
+++ b/chimere/urls.py
@@ -156,7 +156,7 @@ urlpatterns += patterns(
'property_choice_list', name='property-choices'),
)
-if settings.PROJECT_APP != "chimere_example_project":
+if settings.PROJECT_APP == "chimere_example_project":
urlpatterns += patterns(
# At the end, because it catches large
url(r'^(?P<area_name>[a-zA-Z0-9_-]+)?', 'index', name="index"),