From c88e002ccb79f2e4f0eb04d6eecf2a44c8dbffb1 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 1 Jul 2013 03:20:58 -0400 Subject: [PATCH] get manage campaign to work a second time --- admin.py | 2 +- frontend/templates/manage_campaign.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/admin.py b/admin.py index 575a2d20..d6be64c8 100644 --- a/admin.py +++ b/admin.py @@ -82,7 +82,7 @@ class PremiumAdmin(ModelAdmin): class CampaignAdmin(ModelAdmin): list_display = ('work', 'created', 'status') date_hierarchy = 'created' - exclude = ('edition', 'work', 'managers', 'publisher') + exclude = ('edition', 'work', 'managers', 'publisher', 'activated') search_fields = ['work'] class WorkAdmin(ModelAdmin): diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index 77074fae..0b2bc21e 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -57,6 +57,7 @@ Please fix the following before launching your campaign:
  • {{ problem }}
  • {% empty %} + {% endfor %} (Or, go back to rights holder tools page.)
    @@ -269,6 +270,7 @@ Please fix the following before launching your campaign: {{ form.license.errors }}{{ form.license }} {% ifequal campaign.type 2 %} +
    {{ form.deadline }}
    {% else %}

    Ending date

    The ending date of your campaign is {{ campaign.deadline }}. Your campaign will conclude on this date or when you meet your target price, whichever is earlier. You may not change the ending date of an active campaign.