add file missed in 2309ff0
for accounting campaign
This commit is contained in:
parent
2309ff0948
commit
68321f81ad
1 changed files with 9 additions and 0 deletions
9
www/conservancy/campaign.py
Normal file
9
www/conservancy/campaign.py
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
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")
|
Loading…
Reference in a new issue