From ecf1a7e604817ebd581b396fb00da334a9f70082 Mon Sep 17 00:00:00 2001
From: Andromeda Yelton
Date: Tue, 17 Apr 2012 09:26:45 -0400
Subject: [PATCH 01/10] selecting a premium now autofills pledge box with that
number [#26659097]
---
frontend/templates/pledge.html | 4 +++-
static/js/prefill_pledge.js | 12 ++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 static/js/prefill_pledge.js
diff --git a/frontend/templates/pledge.html b/frontend/templates/pledge.html
index 6b44bb7a..611dd6fe 100644
--- a/frontend/templates/pledge.html
+++ b/frontend/templates/pledge.html
@@ -5,6 +5,8 @@
{% block extra_extra_head %}
+
+
{% endblock %}
{% block doccontent %}
@@ -54,7 +56,7 @@
{{ form.anonymous.label_tag }}: {{ form.anonymous.errors }}{{ form.anonymous }}
{% endcomment %}
-
+{{ form.paypal_receiver.errors }}{{ form.paypal_receiver }}
{% ifequal campaign.status 'ACTIVE' %}
From d32190e905b58c1b3b58410a3928304887896759 Mon Sep 17 00:00:00 2001
From: eric
Date: Tue, 17 Apr 2012 15:16:07 -0400
Subject: [PATCH 06/10] [#27115511] removed user avatar from comment notices
because it didn't look right next to book cover.
Can revisit with professional design help.
---
.../notification/comment_on_commented/notice.html | 9 +--------
.../templates/notification/wishlist_comment/notice.html | 9 +--------
2 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/frontend/templates/notification/comment_on_commented/notice.html b/frontend/templates/notification/comment_on_commented/notice.html
index aa167eb0..0b016133 100644
--- a/frontend/templates/notification/comment_on_commented/notice.html
+++ b/frontend/templates/notification/comment_on_commented/notice.html
@@ -8,14 +8,7 @@