diff --git a/frontend/templates/download.html b/frontend/templates/download.html index d86d4338..a5ba32ea 100644 --- a/frontend/templates/download.html +++ b/frontend/templates/download.html @@ -69,7 +69,7 @@ $j(document).ready(function() {
  • Facebook
  • Twitter
  • {% endwith %} - {% if request.user.is_authenticated %}
  • Email
  • {% endif %} + {% if request.user.is_authenticated %}
  • Email
  • {% endif %}
  • Embed
  • Copy/paste this into your site:
    diff --git a/frontend/templates/emails/i_just_pledged.txt b/frontend/templates/emails/i_just_pledged.txt index 753cf366..1b5f8360 100644 --- a/frontend/templates/emails/i_just_pledged.txt +++ b/frontend/templates/emails/i_just_pledged.txt @@ -1,4 +1,6 @@ -I just pledged to unglue one of my favorite books, "{{ work.title }}", on Unglue.it: +I just {{ action }} one of my favorite books, "{{ work.title }}", on Unglue.it: https://{{site}}{% url work work.id %}. -If enough of us pledge to unglue this book, the creator will be paid and the ebook will become free to everyone on earth. Will you join me? +{% ifequal work.last_campaign.type 1 %}If enough of us pledge to unglue this book, the creator will be paid and the ebook will become free to everyone on earth.{% endifequal %}{% ifequal work.last_campaign.type 2 %}If enough of us buy this book, the ebook will become free to everyone on earth.{% endifequal %}{% ifequal work.last_campaign.type 3 %}Creators of free ebooks need support if we want there to be more of them.{% endifequal %} + +Will you join me? diff --git a/frontend/templates/emails/pledge_this.txt b/frontend/templates/emails/pledge_this.txt index c5184269..a7a684fa 100644 --- a/frontend/templates/emails/pledge_this.txt +++ b/frontend/templates/emails/pledge_this.txt @@ -1,4 +1,4 @@ Help me unglue one of my favorite books, "{{ work.title }}" on Unglue.it: https://{{site}}{% url work work.id %} -If enough of us pledge to unglue this book, the creator will be paid and the ebook will become free to everyone on earth. +{% ifequal work.last_campaign.type 1 %}If enough of us pledge to unglue this book, the creator will be paid and the ebook will become free to everyone on earth.{% endifequal %}{% ifequal work.last_campaign.type 2 %}If enough of us buy this book, the ebook will become free to everyone on earth.{% endifequal %}{% ifequal work.last_campaign.type 3 %}Creators of free ebooks need support if we want there to be more of them.{% endifequal %} \ No newline at end of file diff --git a/frontend/templates/emails/wish_this.txt b/frontend/templates/emails/wish_this.txt index d577f2e6..a2799410 100644 --- a/frontend/templates/emails/wish_this.txt +++ b/frontend/templates/emails/wish_this.txt @@ -1,4 +1,4 @@ Help me unglue one of my favorite books, "{{ work.title }}" on Unglue.it: https://{{site}}{% url work work.id %} -If enough of us wishlist this book, Unglue.it may start a campaign to pay the creator and make the ebook free to everyone on earth. +If enough of us fave this book, Unglue.it may start a campaign to pay the creator and make the ebook free to everyone on earth. diff --git a/frontend/templates/notification/sharing_block.html b/frontend/templates/notification/sharing_block.html index 9d82c132..15fdd4e2 100644 --- a/frontend/templates/notification/sharing_block.html +++ b/frontend/templates/notification/sharing_block.html @@ -1,5 +1,5 @@