Files @ bda85a597bf3
Branch filter:

Location: website/www/conservancy/campaign.py

bkuhn
Styles should live in CSS, not in the template.
Properly use nav-bg for campaign.
1
2
3
4
5
6
7
8
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")