diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index 19a900fe..c14f6145 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -111,18 +111,30 @@ Please fix the following before launching your campaign: {% csrf_token %} {{ form.media }}

Select the edition

-

Please choose the edition that most closely matches the edition to be unglued:

+

Please choose the edition that most closely matches the edition to be unglued. This is the edition whose cover image will display on your book's page. Your unglued edition should be identical to this edition if possible; you should note any differences under Rights Details below.

{{ form.edition.errors }}{{ form.edition }} {% if campaign.edition %} -

You can edit the campaign's preferred edition.

+

If the details of the edition you've chosen aren't accurate, you can edit the edition.

{% else %} -

If none of the existing editions matches what you want to release, you can create a new edition.

+

If the edition details are inaccurate (e.g. wrong cover image), go ahead and set up the campaign with that edition anyway. You'll be able to edit the edition details from this page later on.

{% endif %} +

If you don't see an edition that matches what you want to release, you can create a new edition.

+

Make Your Pitch

-

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

+

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

+ +

This isn't a dry synopsis in a catalog. It's your chance to be creative, to share your passion for this work, and to inspire readers. A strong pitch:

+ -

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.

+

Above all, be engaging. The point here is not to tell ungluers everything about your book; it's to remind them why they love it.

+ +

Looking for inspiration? Check out the all-time most-funded projects on crowdfunding sites Kickstarter or IndieGogo, or have a look at Kickstarter's Publishing category or IndieGogo's Writing category.

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

Offer details

-

This will be displayed on the Rights 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.

+

Edition and Rights Details

+

This will be displayed on the Rights tab for your work. It's the fine print for your campaign. Make sure to disclose any ways the unglued edition will differ from the existing edition; for example: +

+ +

In short, is there a fact about this campaign that you think would matter to your agent or another publishing wonk, but that no one else is likely to care about? Put it here. If your campaign doesn't have any fine print, you can leave this blank.

{{ form.details.errors }}{{ form.details }} {% ifnotequal campaign_status 'ACTIVE' %}

Target Price

-

This is the target price for your campaign. Once you launch the campaign, you won't be able to increase it. The mimimum target is ${{form.minimum_target|intcomma}} .

+

This is the target price for your campaign. The mimimum target is ${{form.minimum_target|intcomma}}.

+ +

Your target should be high enough to compensate you for potential lost future revenue from sales of this edition and reflect well on your brand, but low enough to seem realistic to supporters; people are more likely to back campaigns that they think will succeed.

+ +

Once you launch the campaign, you'll be able to decrease your target, but not increase it.

+ +

Please email us if you want to talk about pricing strategy.

+ {{ 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: About the Licenses.

+

This is the license you are offering to use once the campaign succeeds. For more information on the licenses you can use, see Creative Commons: About the Licenses. Once your campaign is active, you'll be able to switch to a less restrictive license, but not a more restrictive one.

{{ 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. - The ending date can't be more than six months away- that's a practical limit for credit card authorizations. The latest ending you can choose right now is {{ form.latest_ending }}

+

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. The latest ending you can choose right now is {{ form.latest_ending }}

{{ form.deadline.errors }}{{ form.deadline }} @@ -171,7 +201,7 @@ Please fix the following before launching your campaign:

License being offered

If your campaign succeeds, you will be offering your ebook under a {{ campaign.license }} license.

-

During a campaign, you may only change the license to remove restrictions. For more info on the licenses you can use, see Creative Commons: About the Licenses.

+

Since your campaign is active, you may only change the license to remove restrictions. For more information on the licenses you can use, see Creative Commons: About the Licenses.

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

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.

@@ -179,7 +209,9 @@ Please fix the following before launching your campaign: {% endifnotequal %}

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.

+

Enter the email address associated with your PayPal account.

+ +

We don't support PayPal yet; if your campaign succeeds we'll be paying you by check. However, we've applied PayPal for a merchant account, and should that application be approved PayPal expects us to have this information.

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

{% ifequal campaign_status 'ACTIVE' %} diff --git a/frontend/templates/new_edition.html b/frontend/templates/new_edition.html index c2a7a512..d29882b5 100644 --- a/frontend/templates/new_edition.html +++ b/frontend/templates/new_edition.html @@ -10,48 +10,73 @@ {% block doccontent %} {% if edition.pk %} -

Edit Edition {{edition.pk}}

+

Edit Edition

{% else %}

Create New Edition

{% endif %} + +

Title and ISBN 13 are required; the rest is optional, though a cover image link is strongly recommended.

- {% csrf_token %} - {{ form.work }} -
- Title: {{ form.title.errors }}{{ form.title }}
- Authors: - Add an Author: {{ form.add_author.errors }}{{ form.add_author }} -
- Language: {{ form.language.errors }}{{ form.language }}
- ISBN: {{ form.isbn_13.errors }}{{ form.isbn_13 }}
- Description:
{{ form.description.errors }}{{ form.description }}
- Publisher: {{ form.publisher.errors }}{{ form.publisher }}
- Publish Date: {{ form.publication_date.errors }}{{ form.publication_date }}
- Public Domain?: {{ form.public_domain.errors }}{{ form.public_domain }}
- Subjects: - Add a Subject: {{ form.add_subject.errors }}{{ form.add_subject }} -
- Cover Image (Small): {{ form.cover_image.errors }}{{ form.cover_image }}{{ form.cover_image.help_text }}
-
- + {% csrf_token %} + {{ form.work }} +
+

Title: {{ form.title.errors }}{{ form.title }}

+ +

+ Authors: + {% if edition.authors or edition.new_author_names %} +

+ {% else %} + (None listed) + {% endif %} +

+ +

Add an Author (Firstname Lastname): {{ form.add_author.errors }}{{ form.add_author }} +

+ +

Language: {{ form.language.errors }}{{ form.language }}

+ +

ISBN-13: {{ form.isbn_13.errors }}{{ form.isbn_13 }}

+ +

Description:
+ {{ form.description.errors }}{{ form.description }}
+ (This will appear in the Description tab on the book page. If you create a campaign for this work, the campaign pitch will override this description)

+ +

Publisher: {{ form.publisher.errors }}{{ form.publisher }}

+ +

Publish Date (four-digit year): {{ form.publication_date.errors }}{{ form.publication_date }}

+ +

Public Domain?: {{ form.public_domain.errors }}{{ form.public_domain }}

+ {% comment %} + this has been removed since there's no point in exposing subject functionality when we're not doing anything with it -- will just confuse people. + +

Subjects: +

+ Add a Subject: {{ form.add_subject.errors }}{{ form.add_subject }} +

+ {% endcomment %} +

Cover Image: {{ form.cover_image.errors }}{{ form.cover_image }}{{ form.cover_image.help_text }}
+ (Enter a link to an image, ideally 120px wide. You can't upload an image through this form at this time. If you have a cover image file and you're not sure how to put it online, email us and we can upload it for you.)

+
+