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 Name |
+ Received Date |
+ Amount |
+ Type |
+ Donor Name |
+ Occupation |
+ Employer |
+ City, State Zip |
+ Filing |
+
+
+
+
+ Commitee Name |
+ Received Date |
+ Amount |
+ Type |
+ Donor Name |
+ Occupation |
+ Employer |
+ City, State Zip |
+ Filing |
+
+
+
+
+ {% endif %}
+
Tools
@@ -231,6 +274,9 @@
Tools
{% endblock %}
{% block extra_js %}
+
+
+
{% if map_geojson %}
@@ -282,4 +328,53 @@ Tools
{% endif %}
+
+
+
{% endblock %}