Campaign doesn't need to be a template or an application.
This commit is contained in:
parent
4c86f87afb
commit
3ef1208e71
3 changed files with 0 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
||||||
from django.shortcuts import render_to_response
|
|
||||||
|
|
||||||
def view(request):
|
|
||||||
"""Conservancy campaign view
|
|
||||||
|
|
||||||
Performs all object queries necessary to render the campaign page.
|
|
||||||
"""
|
|
||||||
|
|
||||||
return render_to_response("campaign.html")
|
|
|
@ -34,5 +34,4 @@ urlpatterns = patterns('',
|
||||||
(r'^feeds/?$', 'conservancy.feeds.view'),
|
(r'^feeds/?$', 'conservancy.feeds.view'),
|
||||||
(r'^news(/|$)', include('conservancy.apps.news.urls')),
|
(r'^news(/|$)', include('conservancy.apps.news.urls')),
|
||||||
(r'^blog(/|$)', include('conservancy.apps.blog.urls')),
|
(r'^blog(/|$)', include('conservancy.apps.blog.urls')),
|
||||||
(r'^campaign/', 'conservancy.campaign.view'),
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue