diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index 63a218cb..a5a342b4 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -57,13 +57,13 @@ Or, go back to rights holder tools page.Preview This Campaign {% endifequal %} -

Description of the work offered for ungluing

+

Description of the work offered for ungluing

{% csrf_token %}

This will be displayed in the Campaign tab for your work. It's your main pitch to supporters. It should include:

+ +
  • Anything especially appealing about the work or author: awards, embedded video (460px 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".

    @@ -84,31 +83,32 @@ Or, go back to rights holder tools page.Of course, if you want to include other text in addition to video, you can do that.

    If you'd like to change the size of the video, feel free; just don't make it more than 445px wide. Leaving it the default size is fine, too.

    If you'd like to embed a video from another source, please talk to us. You certainly can; we just want to make sure we've given you the right instructions.

    -
    +
  • +

    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

    +

    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.
    {{ form.details.errors }}{{ form.details }} -

    Target Price

    +

    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

    +

    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

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

    Ending date

    +

    Ending date

    This is the ending date of your campaign. Once you launch the campaign, you won't be able to change it. The ending date can't be more than six months away- that's a practical limit for credit card authorizations.

    {{ form.deadline.errors }}{{ form.deadline }} -

    Paypal collection address

    +

    Paypal collection address

    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 }}

    +

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

    {% ifequal campaign.status 'ACTIVE' %}