its the future!

pull/1/head
eric 2016-05-11 10:41:50 -04:00
parent 240564e75b
commit c5ee01df57
179 changed files with 179 additions and 180 deletions

View File

@ -1,5 +1,4 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %}API Help{% endblock %}

View File

@ -1,4 +1,4 @@
{% load url from future %}<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>editions</title>

View File

@ -1,4 +1,4 @@
{% load url from future %}
<!DOCTYPE html>
<html>
<head>

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load url from future %}
{% block content %}
<div class="js-main">
<h1>Oops! This page does not exist.</h1>

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load url from future %}
{% block content %}
<div class="js-main">
<h1>Whoops, an error occurred.</h1>

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load url from future %}
{% block news %}
<div class="launch_top">
We estimate that we will be back online at 2:00 pm EDT on Saturday, March 30, 2013.

View File

@ -1,4 +1,4 @@
{% load url from future %}
<div class="right_border"><a href="{% url 'faq' %}">Read the FAQ</a></div>
<div class="right_border"><a href="{% url 'faq_location' 'rightsholders' %}">Read the FAQ for authors and publishers</a></div>
<div class="right_border"><a href="{% url 'press' %}">Our press coverage</a></div>

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %} for Smashwords Authors{% endblock %}
{% block doccontent %}
<h1>Smashwords + Unglue.it</h1>

View File

@ -1,4 +1,4 @@
{% load url from future %}
{% load humanize %}
{% load purchased %}
{% load lib_acqs %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% comment %}
{% comment %}
status of book vis-a-vis user's wishlist.
Non-logged-in users should see login to add option.
Logged-in users, book on wishlist:

View File

@ -1,3 +1,3 @@
{% load url from future %}<p style="line-height: 15px; ">
<p style="line-height: 15px; ">
<i>{{ work.title }}</i>, by {{ work.authors_short }}, <a href="https://unglue.it{% url 'work' work.id %}">https://unglue.it{% url 'work' work.id %}</a>
</p>

View File

@ -1,5 +1,5 @@
{% extends 'work_list.html' %}
{% load url from future %}
{% load endless %}
{% load lang_utils %}

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% load endless %}
{% load lang_utils %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}
{% load humanize %}
{% if request.user.profile.account %}
<div id="authorize" {% if nonprofit.is_on %}class="off clearfix"{% else %}class="clearfix"{% endif %}>
<h3>{{ action|capfirst }} by Credit Card</h3>

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% load endless %}
{% load lang_utils %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %}Claim Form{% endblock %}
{% block doccontent %}

View File

@ -1,3 +1,3 @@
{% load url from future %} <h3> Terms and Conditions for Claiming Works </h3>
<h3> Terms and Conditions for Claiming Works </h3>
<p>By claiming this work, you agree that your claim is governed by a Platform Services Agreement in effect between you (or an entity that you act as agent for) and the Free Ebook Foundation, Inc., the operator of the Unglue.it website, and by the <a href="{% url 'terms' %}">unglue.it Website Terms </a>.</p>

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% block title %} Comments {% endblock %}
{% block extra_css %}
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />

View File

@ -1,4 +1,4 @@
{% load url from future %}<div id="comments">
<div id="comments">
{% for comment in comment_list reversed %}
<div itemprop="comment" itemscope itemtype="http://schema.org/UserComments" class="work_supporter {% if comment.content_object.last_campaign and comment.user in comment.content_object.last_campaign.managers.all %}official{% endif %}">

View File

@ -1,5 +1,5 @@
{% extends 'comments/base.html' %}
{% load url from future %}
{% load i18n %}
{% block title %}{% trans "Preview your comment" %}{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% load humanize %}
{% with work.title as title %}
{% block title %}

View File

@ -1,4 +1,4 @@
{% load url from future %}<div class="clearfix">
<div class="clearfix">
<div class="editions">
{% if edition.googlebooks_id %}
<div class="image">

View File

@ -1,4 +1,4 @@
{% load url from future %}<div class="clearfix">
<div class="clearfix">
{% if edition.ebook_form %}
{% if show_ebook_form %}
<div id="add_ebook">

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block doccontent %}
<div class="work_campaigns">

View File

@ -1,5 +1,5 @@
{% extends 'registration/registration_base.html' %}
{% load url from future %}

View File

@ -1,4 +1,4 @@
{% load url from future %}I just {{ action }} 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 %}.
{% 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 %}

View File

@ -1,4 +1,4 @@
{% load url from future %}Help me unglue one of my favorite books, "{{ work.title }}" on Unglue.it:
Help me unglue one of my favorite books, "{{ work.title }}" on Unglue.it:
https://{{site}}{% url 'work' work.id %}
{% 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 %}

View File

@ -1,3 +1,3 @@
{% load url from future %}Thanks to Unglue.it, I'm reading a free, non-DRM ebook of {{ work.title }}. I think you'd enjoy reading it too. You can download it at https://{{site}}{% url 'download' work.id %} You can also copy it, put it on your favorite ereader, and shift it to different formats, freely and legally.
Thanks to Unglue.it, I'm reading a free, non-DRM ebook of {{ work.title }}. I think you'd enjoy reading it too. You can download it at https://{{site}}{% url 'download' work.id %} You can also copy it, put it on your favorite ereader, and shift it to different formats, freely and legally.
Unglue.it helps book lovers pay creators to make their ebooks free to everyone on earth. You can help too at https://unglue.it/ .

View File

@ -1,4 +1,4 @@
{% load url from future %}{% if work.is_free %}"{{ work.title }}" is a free ebook on Unglue.it:
{% if work.is_free %}"{{ work.title }}" is a free ebook on Unglue.it:
https://{{site}}{% url 'work' work.id %}
You can download it and read it on your favorite device.

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load truncatechars %}
{% load truncatechars %}
{% load lang_utils %}
<div class="jsmodule">
<h3 class="jsmod-title"><span>Explore</span></h3>

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% load endless %}
{% load lang_utils %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %} FAQ {% endblock %}
{% block topsection %}
{% endblock %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}<a class="more_featured_books short" href="{% url 'campaign_list' 'b2u' %}" title="Buy to Unglue list"><i class="fa fa-arrow-circle-o-right fa-3x"></i></a>
{% load humanize %}<a class="more_featured_books short" href="{% url 'campaign_list' 'b2u' %}" title="Buy to Unglue list"><i class="fa fa-arrow-circle-o-right fa-3x"></i></a>
<h4> Buy-to-Unglue Campaigns</h4>
<div class="faq_tldr">
Read the ebook now, help to make if available to all in the future. The eBook wants to be free!

View File

@ -1,4 +1,4 @@
{% load url from future %} <div class="jsmodule">
<div class="jsmodule">
<h3 class="jsmod-title"><span>Pledging FAQs</span></h3>
<div class="jsmod-content">
<ul class="menu level1">

View File

@ -1,4 +1,4 @@
{% load url from future %} <div class="jsmodule">
<div class="jsmodule">
<h3 class="jsmod-title"><span>Buying FAQs</span></h3>
<div class="jsmod-content">
<ul class="menu level1">

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}<a class="more_featured_books short" href="{% url 'campaign_list' 't4u' %}" title="Thanks for ungluing list"><i class="fa fa-arrow-circle-o-right fa-3x"></i></a>
{% load humanize %}<a class="more_featured_books short" href="{% url 'campaign_list' 't4u' %}" title="Thanks for ungluing list"><i class="fa fa-arrow-circle-o-right fa-3x"></i></a>
<h4> Thanks-for-Ungluing Campaigns:</h4>
<div class="faq_tldr">
Reward the courageous creators who've made their ebooks free to all.

View File

@ -1,4 +1,4 @@
{% load url from future %} <div class="jsmodule">
<div class="jsmodule">
<h3 class="jsmod-title"><span>FAQs</span></h3>
<div class="jsmod-content">
<ul class="menu level1">

View File

@ -1,5 +1,5 @@
{% extends "basedocumentation.html" %}
{% load url from future %}
{% block title %}Feedback{% endblock %}
{% block doccontent %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %}Ungluers supporting the {{ campaign }}{% endblock %}
{% block extra_extra_head %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% load humanize %}
{% block title %}Gifts{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'basepledge.html' %}
{% load url from future %}
{% load humanize %}
{% block title %}You Have Gift Credits{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'registration/registration_base.html' %}
{% load url from future %}
{% block title %}Duplicate Gift Code{% endblock %}
{% block doccontent %}
<div><h2>Re-Gifting</h2>

View File

@ -1,5 +1,5 @@
{% extends 'registration/registration_base.html' %}
{% load url from future %}
{% block title %}Invalid Gift Code{% endblock %}
{% block doccontent %}
<div><h2>Invalid Gift Code</h2>

View File

@ -1,5 +1,5 @@
{% extends "registration/registration_base.html" %}
{% load url from future %}
{% block title %}Log in to Unglue.it{% endblock %}
{% block doccontent %}
<div id="lightbox_content">

View File

@ -1,5 +1,5 @@
{% extends 'basepledge.html' %}
{% load url from future %}
{% load humanize %}
{% block title %}Please Log in as...{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'registration/registration_base.html' %}
{% load url from future %}
{% block title %}Welcome to Unglue.It{% endblock %}
{% block doccontent %}

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% block extra_head %}
<script type="application/x-javascript">

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load url from future %}
{% load truncatechars %}
{% block title %}&#151; Support Free eBooks{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %}Join {{ library }}{% endblock %}
{% block doccontent %}
<h2> Select your library </h2>

View File

@ -1,5 +1,5 @@
{% extends 'email_change/base.html' %}
{% load url from future %}
{% with request.user.profile.kindle_email as kindle_email %}
{% block title %}Kindle email change successful{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'email_change/base.html' %}
{% load url from future %}
{% block title %}Add or change your Kindle email{% endblock %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% ifequal message 0 %}It turns out that this ebook is too big for us to send by email. Using a computer, <a href="{{ebook.url}}">download the file</a>. Plug your Kindle into your computer using a USB cable. It will mount as a filesystem. Drag the downloaded {{ebook.format}} file into the documents folder on the Kindle, and then unmount the Kindle. (Kindle 1 owners: youll also need to unplug the USB cable to get your Kindle back into book-reading mode. Kindle 2 owners can leave the cable connected).
{% ifequal message 0 %}It turns out that this ebook is too big for us to send by email. Using a computer, <a href="{{ebook.url}}">download the file</a>. Plug your Kindle into your computer using a USB cable. It will mount as a filesystem. Drag the downloaded {{ebook.format}} file into the documents folder on the Kindle, and then unmount the Kindle. (Kindle 1 owners: youll also need to unplug the USB cable to get your Kindle back into book-reading mode. Kindle 2 owners can leave the cable connected).
{% endifequal %}
{% ifequal message 1 %}Well, this is awkward. We can't seem to email that. Please download it using the instructions for your device, and we'll look into the error.
{% endifequal %}

View File

@ -1,6 +1,6 @@
<div id="js-topsection">
<div class="js-main">
{% load url from future %} <div class="js-topnews">
<div class="js-topnews">
<div class="user-block">
<div id="user-block1">
<div class="block-inner">

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %} &#x2665; Libraries{% endblock %}
{% block extra_css %}
<link type="text/css" rel="stylesheet" href="/static/css/campaign2.css" />

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %} Library Admin {% endblock %}
{% block extra_extra_head %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% load endless %}
{% load truncatechars %}
{% block title %} &#8212; {{ library }}{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% load libraryauthtags %}
{% block title %} Libraries {% endblock %}
{% block extra_css %}

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% block title %} Users of {{ library }} {% endblock %}
{% block extra_css %}
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% block content %}
<div style="width: 80%; margin: 15px auto;" class="clearfix">

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% block news %}
{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %}Your Unglue.it Account{% endblock %}
{% block extra_extra_head %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% load humanize %}
{% block title %}Campaign Management{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block extra_extra_head %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load url from future %}
{% block extra_css %}
<link rel="stylesheet" href="/static/css/ui-lightness/jquery-ui-1.8.16.custom.css" type="text/css" media="screen">
{{ form.media.css }}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %} MARC records{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %}Add new MARC records{% endblock %}

View File

@ -1,5 +1,5 @@
{% extends 'email_change/base.html' %}
{% load url from future %}
{% block extra_extra_head %}
{{ block.super }}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% csrf_token %}
{% csrf_token %}
<span style="padding: 5px;"><a href="{% url 'marc' %}">record</a> format:
<select name="format">
<option value="xml" selected>xml</option>

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block extra_extra_head %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% load humanize %}
{% block title %} Metrics {% endblock %}
{% block doccontent %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% if request.user.profile.on_ml %}
{% if request.user.profile.on_ml %}
You are subscribed to the Unglue.it Newsletter. It comes roughly twice a month. <br />
<form id="ml_unsubscribe" action="{% url 'ml_unsubscribe' %}" method="POST">
{% csrf_token %}

View File

@ -1,5 +1,5 @@
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block extra_extra_head %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends "notification/notice_template.html" %}
{% load url from future %}
{% load humanize %}
{% block comments_graphical %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}
{% load humanize %}
We want to let you know that your {{ user.profile.account.card_type }} card ending in {{ user.profile.account.card_last4 }} has expired.
When you receive your new card, simply go to https://{{ site.domain }}{% url 'manage_account' %} to enter your card information. Thank you!

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% load humanize %}
{% block comments_graphical %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}
{% load humanize %}
We want to give you advance notice that your {{ user.profile.account.card_type }} card ending in {{ user.profile.account.card_last4 }} will expire this month.
When you receive your new card, simply go to https://{{ site.domain }}{% url 'manage_account' %} to enter your card information. Thank you!

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% load humanize %}
{% block comments_graphical %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{{ comment.user.username }} has commented on a book you also commented on, {{ comment.content_object.title }}, as follows.
{{ comment.user.username }} has commented on a book you also commented on, {{ comment.content_object.title }}, as follows.
{{ comment.comment }}

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% block comments_book %}
<a href="{% url 'work' comment.content_object.id %}?tab=2"><img src="{{ comment.content_object.cover_image_small }}" alt="cover image for {{ comment.content_object.title }}" /></a>

View File

@ -1,4 +1,4 @@
{% load url from future %}You have borrowed {{ acq.work.title }} from {{ acq.lib_acq.user.username }}. During the borrowing period, you can download the ebook at the book's download page:
You have borrowed {{ acq.work.title }} from {{ acq.lib_acq.user.username }}. During the borrowing period, you can download the ebook at the book's download page:
https://{{ current_site.domain }}{% url 'download' acq.work.id %}
This ebook is made available to you by {{ acq.lib_acq.user.username }} for your personal use only, and a personal license has been embedded in the ebook file. You may download as many times as you need to until {{ acq.expires }}. If you want to use the ebook after that, please consider buying a copy for yourself. Doing so will bring closer the day when this ebook is free for everyone to read.

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% block comments_book %}
<a href="{% url 'work' acq.work.id %}"><img src="{{ acq.work.cover_image_small }}" alt="cover image for {{ acq.work.title }}" /></a>

View File

@ -1,4 +1,4 @@
{% load url from future %}{% ifequal user recipient %}{{ user.username }},
{% ifequal user recipient %}{{ user.username }},
Your request to join {{ library }} has been accepted. Welcome!

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% block comments_book %}
<a href="{% url 'library' library.user %}"><img src="{{ library.user.profile.avatar_url }}" alt="avatar for {{ library }}" /></a>
{% endblock %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{{ acq.work.title }} is reserved for you from {{ acq.lib_acq.user.username }} until {{ acq.expires }}. You can borrow the ebook by downloading it from the book's download page:
{{ acq.work.title }} is reserved for you from {{ acq.lib_acq.user.username }} until {{ acq.expires }}. You can borrow the ebook by downloading it from the book's download page:
https://{{ current_site.domain }}{% url 'download' acq.work.id %}
If you don't download the book before {{ acq.expires }}, other members of {{ acq.lib_acq.user.username }} will be able to use it instead.

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% block comments_book %}
<a href="{% url 'work' acq.work.id %}"><img src="{{ acq.work.cover_image_small }}" alt="cover image for {{ acq.work.title }}" /></a>

View File

@ -1,4 +1,4 @@
{% load url from future %}{{ supporter }} ({{ base_url }}{% url 'supporter' supporter.username %}) has favorited for a work you hold rights to, {{ work.title }} ({{ base_url }}{% url 'work' work.id %}). Hooray! {% with work.num_wishes as num_wishes %}{% ifequal num_wishes 1 %}Your first ungluer!{% else %}There are now {{ num_wishes }} people who have favorited this work.{% endifequal %}{% endwith %}
{{ supporter }} ({{ base_url }}{% url 'supporter' supporter.username %}) has favorited for a work you hold rights to, {{ work.title }} ({{ base_url }}{% url 'work' work.id %}). Hooray! {% with work.num_wishes as num_wishes %}{% ifequal num_wishes 1 %}Your first ungluer!{% else %}There are now {{ num_wishes }} people who have favorited this work.{% endifequal %}{% endwith %}
The Unglue.it team

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% block comments_book %}
<a href="{% url 'work' work.id %}?tab=2"><img src="{{ work.cover_image_small }}" alt="cover image for {{ work.title }}" /></a>

View File

@ -1,5 +1,5 @@
{% extends 'notification/base.html' %}
{% load url from future %}
{% load i18n %}
{% load truncatechars %}

View File

@ -1,5 +1,5 @@
{% extends 'notification/base.html' %}
{% load url from future %}
{% load i18n %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}An Ungluing!
{% load humanize %}An Ungluing!
Thanks to you and other ungluers, {{ transaction.campaign.work.title }} will be released to the world in an unglued ebook edition. Your credit card has been charged ${{ transaction.amount|floatformat:2|intcomma }}.

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% load humanize %}
{% block comments_book %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}We tried to process your transaction for "{{ transaction.campaign.work.title }}".
{% load humanize %}We tried to process your transaction for "{{ transaction.campaign.work.title }}".
However, our attempt to charge your credit card in the amount of ${{ transaction.amount|floatformat:2|intcomma }} failed{% if transaction.error %} ({{transaction.error}}){% endif %}.
{% ifequal transaction.campaign.type 1 %}Don't worry -- typically this means the card on file for you is expired, and once you update your card information we'll be able to collect your pledge on behalf of {{ transaction.campaign.rightsholder }}. Please update your credit card information at

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% load humanize %}
{% block comments_book %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}{% if up_or_down == 'canceled' %}You have canceled a pledge that you had previously made to the campaign to unglue {{ transaction.campaign.work.title }}.
{% load humanize %}{% if up_or_down == 'canceled' %}You have canceled a pledge that you had previously made to the campaign to unglue {{ transaction.campaign.work.title }}.
Your canceled pledge
Amount: ${{ transaction.amount|floatformat:2|intcomma }}

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% load humanize %}
{% block comments_book %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}
{% load humanize %}
{% ifequal transaction.campaign.type 1 %}
Amount pledged: ${{ transaction.amount|floatformat:2|intcomma }}
Premium: {{ transaction.premium.description }}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}
{% load humanize %}
Thank you, {{ transaction.user.username }}! You have pledged to unglue {{ transaction.campaign.work.title }}. If this campaign successfully raises ${{ transaction.campaign.target|intcomma }} by {{ transaction.campaign.deadline|date:"M d Y" }}, this book will be released in an unglued ebook edition for all to enjoy.
Pledge summary

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% load humanize %}
{% block comments_book %}

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load humanize %}{% ifequal transaction.host 'credit' %}Your Unglue.it transaction has completed and ${{transaction.max_amount|default:"0"}} has been deducted from your Unglue.it credit balance. You have ${{transaction.user.credit.available|default:"0"}} of credit left. {% else %}{% if transaction.max_amount > transaction.amount %}Your transaction for ${{transaction.max_amount|default:"0"}} has completed. Your credit card has been charged ${{transaction.amount}} and the rest has been deducted from your unglue.it credit balance. You have ${{transaction.user.credit.available|default:"0"}} of credit left. {% else %}Your Unglue.it credit card transaction has completed and your credit card has been charged ${{ transaction.amount|default:"0" }}. {% endif %}{% endifequal %}
{% load humanize %}{% ifequal transaction.host 'credit' %}Your Unglue.it transaction has completed and ${{transaction.max_amount|default:"0"}} has been deducted from your Unglue.it credit balance. You have ${{transaction.user.credit.available|default:"0"}} of credit left. {% else %}{% if transaction.max_amount > transaction.amount %}Your transaction for ${{transaction.max_amount|default:"0"}} has completed. Your credit card has been charged ${{transaction.amount}} and the rest has been deducted from your unglue.it credit balance. You have ${{transaction.user.credit.available|default:"0"}} of credit left. {% else %}Your Unglue.it credit card transaction has completed and your credit card has been charged ${{ transaction.amount|default:"0" }}. {% endif %}{% endifequal %}
{% ifequal transaction.offer.license 1 %}{% if gift %}An email has been sent to {{ gift.acq.user.email }} with this message:

View File

@ -1,5 +1,5 @@
{% extends 'notification/notice_template.html' %}
{% load url from future %}
{% load humanize %}
{% block comments_book %}

Some files were not shown because too many files have changed in this diff Show More