Skip to content

Commit

Permalink
Merge cff12c5 into cec7845
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Aug 29, 2014
2 parents cec7845 + cff12c5 commit e4141a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpzaroundme/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

urlpatterns = patterns(
'',
url(r'^', include('bpz.urls', namespace='bpz')),
url(r'^', include('bpz.urls')),
url(r'^admin/', include(admin.site.urls)),
)

0 comments on commit e4141a9

Please sign in to comment.