New Membership Page and other changes #4
Loading…
Reference in a new issue
No description provided.
Delete branch "membership-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The branch was meant specifically for a new membership page, but I tweaked a few other things too.
Among other things, I implemented a "development mode" in which users are alerted that they
probably want to use private.coffee instead of dev.private.coffee. I also applied some minor style
tweaks in other parts of the site.
Blockers
This PR is blocked by the lack of a membership signup form, which would be linked to from
templates/membership.html
Changes
CSS Updates
assets/css/base.css
.currency-col
,.table-transparency
,.section
, and.alert-warning
classes.Python Updates
main.py
development_mode
attribute to the Flask app to toggle development mode.prod-warning.html
.--dev
and aPRIVATECOFFEE_DEV
environment variableto enable development mode.
HTML Template Updates
File:
templates/base.html
File:
templates/legal.html
h1
tag from the legal notice section.File:
templates/membership.html
File:
templates/privacy.html
File:
templates/prod-warning.html
File:
templates/simple.html
Screenshots
Membership Page
Privacy Policy Page
Testing
PRIVATECOFFEE_DEV
environment variable is set or the
--dev
argument is used.Additional Notes
professional look.
production environments.
Related Issues
Please review the changes and let me know if everything looks good
New Membership Page and other changesto WIP: New Membership Page and other changesApplied the styling changes I made to the Privacy Policy to the Terms as well. Missed those somehow.
WIP: New Membership Page and other changesto New Membership Page and other changesMerging as there were no complaints here or in the Matrix Members room.