From b923f741ce2bff22afa7a4a44d6aafb128642f16 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 14 Oct 2012 23:38:18 -0400 Subject: [PATCH] DRY stuff that makes stripe work --- frontend/templates/fund_the_pledge.html | 93 +------------------------ frontend/templates/stripe_stuff.html | 91 ++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 91 deletions(-) create mode 100644 frontend/templates/stripe_stuff.html diff --git a/frontend/templates/fund_the_pledge.html b/frontend/templates/fund_the_pledge.html index 2de0d753..0f4687d3 100644 --- a/frontend/templates/fund_the_pledge.html +++ b/frontend/templates/fund_the_pledge.html @@ -6,52 +6,7 @@ {% block extra_extra_head %} - - - - - - - - - - +{% include "stripe_stuff.html" %} - {% endblock %} {% block news %} @@ -218,7 +129,7 @@ $j().ready(function() {
- +
diff --git a/frontend/templates/stripe_stuff.html b/frontend/templates/stripe_stuff.html new file mode 100644 index 00000000..d2469b34 --- /dev/null +++ b/frontend/templates/stripe_stuff.html @@ -0,0 +1,91 @@ + + + + + + + + + + + + \ No newline at end of file