X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Furls.py;fp=chloro%2Fphyll%2Furls.py;h=99d6da61075f29a8dd7c054de1a924340f486ac9;hp=03fa5cda11ee6e101c27a8d25cef19ccbe4944b2;hb=ca1becbb5854b50fda10d839a5e0db37ccb2b832;hpb=09aaa15305cc1d5c2708ff0a9d70c52adbaf06ac diff --git a/chloro/phyll/urls.py b/chloro/phyll/urls.py index 03fa5cd..99d6da6 100644 --- a/chloro/phyll/urls.py +++ b/chloro/phyll/urls.py @@ -40,4 +40,5 @@ urlpatterns = [ ), url(r'^new-note/$', staff_member_required(views.NoteAddView.as_view(), login_url='login')), url(r'^(?P[\w:-]+)/$', views.NoteView.as_view()), + url(r'^$', views.HomeView.as_view()), ]