From a40e694faf7df76d151a34692314304060b13e8b Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Tue, 24 Apr 2012 12:54:05 -0400 Subject: [PATCH] some phrasing help, plus made the offer details field not required --- core/models.py | 2 +- frontend/templates/manage_campaign.html | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/core/models.py b/core/models.py index 63618da9..b6fed369 100755 --- a/core/models.py +++ b/core/models.py @@ -103,7 +103,7 @@ class Campaign(models.Model): created = models.DateTimeField(auto_now_add=True) name = models.CharField(max_length=500, null=True, blank=False) description = models.TextField(null=True, blank=False) - details = models.TextField(null=True, blank=False) + details = models.TextField(null=True, blank=True) target = models.DecimalField(max_digits=14, decimal_places=2, null=True, blank=False) license = models.CharField(max_length=255, choices = LICENSE_CHOICES, default='CC BY-NC-ND') left = models.DecimalField(max_digits=14, decimal_places=2, null=True, blank=False) diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index a5a342b4..f5fa5e92 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -52,11 +52,9 @@ Or, go back to rights holder tools page.End Date: {{ campaign.deadline|date:"M d, Y" }}

Campaign status: {{ campaign.status }}

- {% ifequal campaign.status 'INITIALIZED' %}
Preview This Campaign
- {% endifequal %}

Description of the work offered for ungluing

{% csrf_token %} @@ -72,7 +70,7 @@ Or, go back to rights holder tools page.will display as the Internet Archive.

Copy-paste the code above and substitute your own values. You will find the link address in the location bar of your browser.

-
  • Anything especially appealing about the work or author: awards, embedded video (460px max), etc. (How do I embed video?) +
  • Anything especially appealing about the work or author: awards, embedded video (445px max), etc. (How do I embed video?)

    To embed a video from YouTube:

    Go to the page where you watch the video. Under the video, click "Share".

    @@ -88,17 +86,13 @@ Or, go back to rights holder tools page.Make it concise and emotionally appealing. The point here is not to tell ungluers everything about your book; it's to remind them why they love it.

    {{ form.description.errors }}{{ form.description }}

    Offer details

    -

    This will be displayed on the Details tab for your work. It gives additional information for the highly curious. It should include:

    -
      -
    • Details about the edition being offered.
    • -
    • Hyperlinks for the author(s), publisher making the offer, or for the work itself.
    • -
    +

    This will be displayed on the Details tab for your work. It's the fine print for your offer. For example, if your unglued edition will exclude certain illustrations due to rights issues, or otherwise differ from existing editions, this is the place to disclose that. If your offer doesn't have any fine print, you can leave this blank.

    {{ form.details.errors }}{{ form.details }}

    Target Price

    This is the target price for your campaign. Once you launch the campaign, you won't be able to increase it.

    {{ form.target.errors }}{{ form.target }}

    License being offered

    -

    This is the license you are offering to use once the campaign succeeds. For more info on the licenses you can use, see Creative Commons

    +

    This is the license you are offering to use once the campaign succeeds. For more info on the licenses you can use, see Creative Commons: About the Licenses.

    {{ form.license.errors }}{{ form.license }}

    Ending date

    This is the ending date of your campaign. Once you launch the campaign, you won't be able to change it. @@ -110,6 +104,8 @@ The ending date can't be more than six months away- that's a practical limit for

    If your campaign succeeds, the funds raised (less commission and fees) will be deposited in a paypal account bearing this email address.

    {{ form.paypal_receiver.errors }}{{ form.paypal_receiver }}

    +

    We recommend that you save and then preview your campaign before launch. If it doesn't look exactly the way you like, we're happy to help; please email Amanda (amecke@gluejar.com) or Andromeda (andromeda@gluejar.com).

    + {% ifequal campaign.status 'ACTIVE' %} {% else %}