wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

donation reset stats button to use btn-danger bootstrap class #348

Closed mstathers closed 5 years ago

mstathers commented 5 years ago

Fixes #340

Reset stats is now a scary red button.

Not tested - I wasn't able to get the donation page in the admin panel to load correctly, and I haven't gotten to the bottom of this yet.

echarlie commented 5 years ago

Here's what it looks like in my dev environment:

2018-10-10-224324_3612x1680_scrot

I believe you merely need to set DONATE_ENABLE=True in your wuvt/config.py to get to the donation page, but here's the config I currently have for donations:

DONATE_ENABLE = True
STRIPE_NAME = "WUVT"
STRIPE_DESCRIPTION = "WUVT Donation"
#STRIPE_PUBLIC_KEY =
#STRIPE_SECRET_KEY =
DONATE_PREMIUMS = True
DONATE_SHIPPING_MINIMUM = 20
DONATE_SHIPPING_COST = 6
DONATE_TSHIRTSIZES = ['S', 'M', 'L', 'XL', 'XXL']
DONATE_TSHIRTCOLORS = ['Pink', 'White']
DONATE_SWEATSHIRTSIZES = DONATE_TSHIRTSIZES