diff --git a/chicago/templates/person.html b/chicago/templates/person.html index cb71be9..913172f 100644 --- a/chicago/templates/person.html +++ b/chicago/templates/person.html @@ -113,6 +113,15 @@

Contact info

{% endif %} +
  • + + + + Campaign + Donations + + +
  • {% if request.GET.view == 'bills' or request.GET.view == None %} @@ -197,6 +206,40 @@

    {{person.name}} has {{ attendance_percent }} attendance

    {% endif %} + {% if request.GET.view == 'donations' %} +

    Campaign Donations

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Commitee NameReceived DateAmountTypeDonor NameOccupationEmployerCity, State ZipFiling
    Commitee NameReceived DateAmountTypeDonor NameOccupationEmployerCity, State ZipFiling
    +
    + {% endif %} +

    Tools