diff --git a/app/campaigns/templates/campaign_page.html b/app/campaigns/templates/campaign_page.html index d5aba23..9799862 100644 --- a/app/campaigns/templates/campaign_page.html +++ b/app/campaigns/templates/campaign_page.html @@ -1,5 +1,35 @@ {% extends 'base.html' %} {% block title %}{{campaign.title}}{% endblock title %} {% block content %} -{{campaign.title}} +
+
+
+
+
+

{{campaign.title}}

+ + + + + + + + + + + {% for campaign_donation in campaign.get_donations() %} + + + + + + {% endfor %} + +
#AmountUser
{{campaign_donation.id}}{{campaign_donation.amount}}{{campaign_donation.get_user()}}
+ +
+
+
+
+
{% endblock content %} \ No newline at end of file