pull/1/head
eric 2011-12-02 19:39:09 -05:00
parent 34dd5237af
commit 3dc38b0cf0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from regluit.core.models import Campaign
from regluit.frontend.views import CampaignFormView, GoodreadsDisplayView, LibraryThingView, PledgeView
from regluit.frontend.views import CampaignListView, DonateView, WorkListView
urlpatterns = patterns(
"regluit.frontend.views",
url(r"^$", "home", name="home"),