Skip to content

Commit

Permalink
Fix a bug loading geocamTiepoint URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
deleted committed Jul 31, 2012
1 parent d0e2e82 commit 65b6496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urls.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
) )


if 'geocamTiePoint' in settings.INSTALLED_APPS: if 'geocamTiePoint' in settings.INSTALLED_APPS:
urlpatterns += ( urlpatterns += patterns(
'', '',
url(r'^geocamTiePoint/', include('geocamTiePoint.urls')), url(r'^geocamTiePoint/', include('geocamTiePoint.urls')),
) )
Expand Down

0 comments on commit 65b6496

Please sign in to comment.