Skip to content

Commit

Permalink
Merge pull request bartekgorny#4 from smcoll/patch-1
Browse files Browse the repository at this point in the history
prevent false matches for 'schedule' url
  • Loading branch information
llazzaro committed May 22, 2013
2 parents 6f4b0e9 + 6fb91da commit a2b424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@

(r'^ical/calendar/(.*)/$', CalendarICalendar()),

url(r'$', ListView.as_view(queryset=Calendar.objects.all()), name='schedule'),
url(r'^$', ListView.as_view(queryset=Calendar.objects.all()), name='schedule'),
)

0 comments on commit a2b424e

Please sign in to comment.