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 %} -