From cea00d7c1672f4ea3e7c87dc9ef785403e4b80bc Mon Sep 17 00:00:00 2001 From: velasquez Date: Sun, 13 Apr 2014 12:48:42 -0500 Subject: [PATCH 1/2] stripe integration --- board/templates/board.html | 45 ++++++++++++++++++++++++++++++++++++ board/views.py | 31 +++++++++++++++++++++++-- requirements.txt | 1 + static/css/home.css | 2 +- static/js/application.js | 10 ++++++-- static/js/application.min.js | 4 ++-- 6 files changed, 86 insertions(+), 7 deletions(-) diff --git a/board/templates/board.html b/board/templates/board.html index e6e9849..6609829 100644 --- a/board/templates/board.html +++ b/board/templates/board.html @@ -60,6 +60,9 @@ + {% if not user.is_authenticated and not user.get_profile.is_premium %} + + {% endif %} +