its the future!
parent
240564e75b
commit
c5ee01df57
|
@ -1,5 +1,4 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block title %}API Help{% endblock %}
|
{% block title %}API Help{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>editions</title>
|
<title>editions</title>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load url from future %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="js-main">
|
<div class="js-main">
|
||||||
<h1>Oops! This page does not exist.</h1>
|
<h1>Oops! This page does not exist.</h1>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load url from future %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="js-main">
|
<div class="js-main">
|
||||||
<h1>Whoops, an error occurred.</h1>
|
<h1>Whoops, an error occurred.</h1>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load url from future %}
|
|
||||||
{% block news %}
|
{% block news %}
|
||||||
<div class="launch_top">
|
<div class="launch_top">
|
||||||
We estimate that we will be back online at 2:00 pm EDT on Saturday, March 30, 2013.
|
We estimate that we will be back online at 2:00 pm EDT on Saturday, March 30, 2013.
|
||||||
|
|
|
@ -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' %}">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 '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>
|
<div class="right_border"><a href="{% url 'press' %}">Our press coverage</a></div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %} for Smashwords Authors{% endblock %}
|
{% block title %} for Smashwords Authors{% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
<h1>Smashwords + Unglue.it</h1>
|
<h1>Smashwords + Unglue.it</h1>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
{% load purchased %}
|
{% load purchased %}
|
||||||
{% load lib_acqs %}
|
{% load lib_acqs %}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}{% comment %}
|
{% comment %}
|
||||||
status of book vis-a-vis user's wishlist.
|
status of book vis-a-vis user's wishlist.
|
||||||
Non-logged-in users should see login to add option.
|
Non-logged-in users should see login to add option.
|
||||||
Logged-in users, book on wishlist:
|
Logged-in users, book on wishlist:
|
||||||
|
|
|
@ -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>
|
<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>
|
</p>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'work_list.html' %}
|
{% extends 'work_list.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load endless %}
|
{% load endless %}
|
||||||
{% load lang_utils %}
|
{% load lang_utils %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load endless %}
|
{% load endless %}
|
||||||
{% load lang_utils %}
|
{% load lang_utils %}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}{% load humanize %}
|
{% load humanize %}
|
||||||
{% if request.user.profile.account %}
|
{% if request.user.profile.account %}
|
||||||
<div id="authorize" {% if nonprofit.is_on %}class="off clearfix"{% else %}class="clearfix"{% endif %}>
|
<div id="authorize" {% if nonprofit.is_on %}class="off clearfix"{% else %}class="clearfix"{% endif %}>
|
||||||
<h3>{{ action|capfirst }} by Credit Card</h3>
|
<h3>{{ action|capfirst }} by Credit Card</h3>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load endless %}
|
{% load endless %}
|
||||||
{% load lang_utils %}
|
{% load lang_utils %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Claim Form{% endblock %}
|
{% block title %}Claim Form{% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
<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>
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %} Comments {% endblock %}
|
{% block title %} Comments {% endblock %}
|
||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}<div id="comments">
|
<div id="comments">
|
||||||
{% for comment in comment_list reversed %}
|
{% 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 %}">
|
<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 %}">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'comments/base.html' %}
|
{% extends 'comments/base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}{% trans "Preview your comment" %}{% endblock %}
|
{% block title %}{% trans "Preview your comment" %}{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
{% with work.title as title %}
|
{% with work.title as title %}
|
||||||
{% block title %}
|
{% block title %}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}<div class="clearfix">
|
<div class="clearfix">
|
||||||
<div class="editions">
|
<div class="editions">
|
||||||
{% if edition.googlebooks_id %}
|
{% if edition.googlebooks_id %}
|
||||||
<div class="image">
|
<div class="image">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}<div class="clearfix">
|
<div class="clearfix">
|
||||||
{% if edition.ebook_form %}
|
{% if edition.ebook_form %}
|
||||||
{% if show_ebook_form %}
|
{% if show_ebook_form %}
|
||||||
<div id="add_ebook">
|
<div id="add_ebook">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
<div class="work_campaigns">
|
<div class="work_campaigns">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'registration/registration_base.html' %}
|
{% extends 'registration/registration_base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 %}.
|
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 %}
|
{% 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 %}
|
||||||
|
|
|
@ -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 %}
|
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 %}
|
{% 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 %}
|
|
@ -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/ .
|
Unglue.it helps book lovers pay creators to make their ebooks free to everyone on earth. You can help too at https://unglue.it/ .
|
|
@ -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 %}
|
https://{{site}}{% url 'work' work.id %}
|
||||||
|
|
||||||
You can download it and read it on your favorite device.
|
You can download it and read it on your favorite device.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}{% load truncatechars %}
|
{% load truncatechars %}
|
||||||
{% load lang_utils %}
|
{% load lang_utils %}
|
||||||
<div class="jsmodule">
|
<div class="jsmodule">
|
||||||
<h3 class="jsmod-title"><span>Explore</span></h3>
|
<h3 class="jsmod-title"><span>Explore</span></h3>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load endless %}
|
{% load endless %}
|
||||||
{% load lang_utils %}
|
{% load lang_utils %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %} FAQ {% endblock %}
|
{% block title %} FAQ {% endblock %}
|
||||||
{% block topsection %}
|
{% block topsection %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -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>
|
<h4> Buy-to-Unglue Campaigns</h4>
|
||||||
<div class="faq_tldr">
|
<div class="faq_tldr">
|
||||||
Read the ebook now, help to make if available to all in the future. The eBook wants to be free!
|
Read the ebook now, help to make if available to all in the future. The eBook wants to be free!
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %} <div class="jsmodule">
|
<div class="jsmodule">
|
||||||
<h3 class="jsmod-title"><span>Pledging FAQs</span></h3>
|
<h3 class="jsmod-title"><span>Pledging FAQs</span></h3>
|
||||||
<div class="jsmod-content">
|
<div class="jsmod-content">
|
||||||
<ul class="menu level1">
|
<ul class="menu level1">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %} <div class="jsmodule">
|
<div class="jsmodule">
|
||||||
<h3 class="jsmod-title"><span>Buying FAQs</span></h3>
|
<h3 class="jsmod-title"><span>Buying FAQs</span></h3>
|
||||||
<div class="jsmod-content">
|
<div class="jsmod-content">
|
||||||
<ul class="menu level1">
|
<ul class="menu level1">
|
||||||
|
|
|
@ -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>
|
<h4> Thanks-for-Ungluing Campaigns:</h4>
|
||||||
<div class="faq_tldr">
|
<div class="faq_tldr">
|
||||||
Reward the courageous creators who've made their ebooks free to all.
|
Reward the courageous creators who've made their ebooks free to all.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %} <div class="jsmodule">
|
<div class="jsmodule">
|
||||||
<h3 class="jsmod-title"><span>FAQs</span></h3>
|
<h3 class="jsmod-title"><span>FAQs</span></h3>
|
||||||
<div class="jsmod-content">
|
<div class="jsmod-content">
|
||||||
<ul class="menu level1">
|
<ul class="menu level1">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "basedocumentation.html" %}
|
{% extends "basedocumentation.html" %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Feedback{% endblock %}
|
{% block title %}Feedback{% endblock %}
|
||||||
|
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Ungluers supporting the {{ campaign }}{% endblock %}
|
{% block title %}Ungluers supporting the {{ campaign }}{% endblock %}
|
||||||
{% block extra_extra_head %}
|
{% block extra_extra_head %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block title %}Gifts{% endblock %}
|
{% block title %}Gifts{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basepledge.html' %}
|
{% extends 'basepledge.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block title %}You Have Gift Credits{% endblock %}
|
{% block title %}You Have Gift Credits{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'registration/registration_base.html' %}
|
{% extends 'registration/registration_base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Duplicate Gift Code{% endblock %}
|
{% block title %}Duplicate Gift Code{% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
<div><h2>Re-Gifting</h2>
|
<div><h2>Re-Gifting</h2>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'registration/registration_base.html' %}
|
{% extends 'registration/registration_base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Invalid Gift Code{% endblock %}
|
{% block title %}Invalid Gift Code{% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
<div><h2>Invalid Gift Code</h2>
|
<div><h2>Invalid Gift Code</h2>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "registration/registration_base.html" %}
|
{% extends "registration/registration_base.html" %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Log in to Unglue.it{% endblock %}
|
{% block title %}Log in to Unglue.it{% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
<div id="lightbox_content">
|
<div id="lightbox_content">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basepledge.html' %}
|
{% extends 'basepledge.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block title %}Please Log in as...{% endblock %}
|
{% block title %}Please Log in as...{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'registration/registration_base.html' %}
|
{% extends 'registration/registration_base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block title %}Welcome to Unglue.It{% endblock %}
|
{% block title %}Welcome to Unglue.It{% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<script type="application/x-javascript">
|
<script type="application/x-javascript">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load url from future %}
|
|
||||||
{% load truncatechars %}
|
{% load truncatechars %}
|
||||||
{% block title %}— Support Free eBooks{% endblock %}
|
{% block title %}— Support Free eBooks{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Join {{ library }}{% endblock %}
|
{% block title %}Join {{ library }}{% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
<h2> Select your library </h2>
|
<h2> Select your library </h2>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'email_change/base.html' %}
|
{% extends 'email_change/base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% with request.user.profile.kindle_email as kindle_email %}
|
{% with request.user.profile.kindle_email as kindle_email %}
|
||||||
|
|
||||||
{% block title %}Kindle email change successful{% endblock %}
|
{% block title %}Kindle email change successful{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'email_change/base.html' %}
|
{% extends 'email_change/base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block title %}Add or change your Kindle email{% endblock %}
|
{% block title %}Add or change your Kindle email{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -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: you’ll 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: you’ll 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 %}
|
{% 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.
|
{% 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 %}
|
{% endifequal %}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div id="js-topsection">
|
<div id="js-topsection">
|
||||||
<div class="js-main">
|
<div class="js-main">
|
||||||
{% load url from future %} <div class="js-topnews">
|
<div class="js-topnews">
|
||||||
<div class="user-block">
|
<div class="user-block">
|
||||||
<div id="user-block1">
|
<div id="user-block1">
|
||||||
<div class="block-inner">
|
<div class="block-inner">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %} ♥ Libraries{% endblock %}
|
{% block title %} ♥ Libraries{% endblock %}
|
||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
<link type="text/css" rel="stylesheet" href="/static/css/campaign2.css" />
|
<link type="text/css" rel="stylesheet" href="/static/css/campaign2.css" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %} Library Admin {% endblock %}
|
{% block title %} Library Admin {% endblock %}
|
||||||
{% block extra_extra_head %}
|
{% block extra_extra_head %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load endless %}
|
{% load endless %}
|
||||||
{% load truncatechars %}
|
{% load truncatechars %}
|
||||||
{% block title %} — {{ library }}{% endblock %}
|
{% block title %} — {{ library }}{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load libraryauthtags %}
|
{% load libraryauthtags %}
|
||||||
{% block title %} Libraries {% endblock %}
|
{% block title %} Libraries {% endblock %}
|
||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %} Users of {{ library }} {% endblock %}
|
{% block title %} Users of {{ library }} {% endblock %}
|
||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div style="width: 80%; margin: 15px auto;" class="clearfix">
|
<div style="width: 80%; margin: 15px auto;" class="clearfix">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block news %}
|
{% block news %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block title %}Your Unglue.it Account{% endblock %}
|
{% block title %}Your Unglue.it Account{% endblock %}
|
||||||
{% block extra_extra_head %}
|
{% block extra_extra_head %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block title %}Campaign Management{% endblock %}
|
{% block title %}Campaign Management{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block extra_extra_head %}
|
{% block extra_extra_head %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
<link rel="stylesheet" href="/static/css/ui-lightness/jquery-ui-1.8.16.custom.css" type="text/css" media="screen">
|
<link rel="stylesheet" href="/static/css/ui-lightness/jquery-ui-1.8.16.custom.css" type="text/css" media="screen">
|
||||||
{{ form.media.css }}
|
{{ form.media.css }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block title %} MARC records{% endblock %}
|
{% block title %} MARC records{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block title %}Add new MARC records{% endblock %}
|
{% block title %}Add new MARC records{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'email_change/base.html' %}
|
{% extends 'email_change/base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block extra_extra_head %}
|
{% block extra_extra_head %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}{% csrf_token %}
|
{% csrf_token %}
|
||||||
<span style="padding: 5px;"><a href="{% url 'marc' %}">record</a> format:
|
<span style="padding: 5px;"><a href="{% url 'marc' %}">record</a> format:
|
||||||
<select name="format">
|
<select name="format">
|
||||||
<option value="xml" selected>xml</option>
|
<option value="xml" selected>xml</option>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block extra_extra_head %}
|
{% block extra_extra_head %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
{% block title %} Metrics {% endblock %}
|
{% block title %} Metrics {% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
|
|
|
@ -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 />
|
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">
|
<form id="ml_unsubscribe" action="{% url 'ml_unsubscribe' %}" method="POST">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'basedocumentation.html' %}
|
{% extends 'basedocumentation.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block extra_extra_head %}
|
{% block extra_extra_head %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "notification/notice_template.html" %}
|
{% extends "notification/notice_template.html" %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_graphical %}
|
{% block comments_graphical %}
|
||||||
|
|
|
@ -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.
|
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!
|
When you receive your new card, simply go to https://{{ site.domain }}{% url 'manage_account' %} to enter your card information. Thank you!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_graphical %}
|
{% block comments_graphical %}
|
||||||
|
|
|
@ -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.
|
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!
|
When you receive your new card, simply go to https://{{ site.domain }}{% url 'manage_account' %} to enter your card information. Thank you!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_graphical %}
|
{% block comments_graphical %}
|
||||||
|
|
|
@ -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 }}
|
{{ comment.comment }}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block comments_book %}
|
{% 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>
|
<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>
|
||||||
|
|
|
@ -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 %}
|
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.
|
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.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block comments_book %}
|
{% 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>
|
<a href="{% url 'work' acq.work.id %}"><img src="{{ acq.work.cover_image_small }}" alt="cover image for {{ acq.work.title }}" /></a>
|
||||||
|
|
|
@ -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!
|
Your request to join {{ library }} has been accepted. Welcome!
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% block comments_book %}
|
{% block comments_book %}
|
||||||
<a href="{% url 'library' library.user %}"><img src="{{ library.user.profile.avatar_url }}" alt="avatar for {{ library }}" /></a>
|
<a href="{% url 'library' library.user %}"><img src="{{ library.user.profile.avatar_url }}" alt="avatar for {{ library }}" /></a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -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 %}
|
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.
|
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.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block comments_book %}
|
{% 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>
|
<a href="{% url 'work' acq.work.id %}"><img src="{{ acq.work.cover_image_small }}" alt="cover image for {{ acq.work.title }}" /></a>
|
||||||
|
|
|
@ -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
|
The Unglue.it team
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% block comments_book %}
|
{% block comments_book %}
|
||||||
<a href="{% url 'work' work.id %}?tab=2"><img src="{{ work.cover_image_small }}" alt="cover image for {{ work.title }}" /></a>
|
<a href="{% url 'work' work.id %}?tab=2"><img src="{{ work.cover_image_small }}" alt="cover image for {{ work.title }}" /></a>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/base.html' %}
|
{% extends 'notification/base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load truncatechars %}
|
{% load truncatechars %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/base.html' %}
|
{% extends 'notification/base.html' %}
|
||||||
{% load url from future %}
|
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
|
|
|
@ -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 }}.
|
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 }}.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_book %}
|
{% block comments_book %}
|
||||||
|
|
|
@ -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 %}.
|
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
|
{% 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_book %}
|
{% block comments_book %}
|
||||||
|
|
|
@ -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
|
Your canceled pledge
|
||||||
Amount: ${{ transaction.amount|floatformat:2|intcomma }}
|
Amount: ${{ transaction.amount|floatformat:2|intcomma }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_book %}
|
{% block comments_book %}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load url from future %}{% load humanize %}
|
{% load humanize %}
|
||||||
{% ifequal transaction.campaign.type 1 %}
|
{% ifequal transaction.campaign.type 1 %}
|
||||||
Amount pledged: ${{ transaction.amount|floatformat:2|intcomma }}
|
Amount pledged: ${{ transaction.amount|floatformat:2|intcomma }}
|
||||||
Premium: {{ transaction.premium.description }}
|
Premium: {{ transaction.premium.description }}
|
||||||
|
|
|
@ -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.
|
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
|
Pledge summary
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_book %}
|
{% block comments_book %}
|
||||||
|
|
|
@ -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:
|
{% ifequal transaction.offer.license 1 %}{% if gift %}An email has been sent to {{ gift.acq.user.email }} with this message:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notification/notice_template.html' %}
|
{% extends 'notification/notice_template.html' %}
|
||||||
{% load url from future %}
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block comments_book %}
|
{% block comments_book %}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue