Newt-Tea / eMarket-MSU-Intro-to-SE_Group1

A Self Hosted E-Commerce Website built with Django python and SQLite database
https://newttea.pythonanywhere.com/
1 stars 0 forks source link

HTML Updates #89

Closed Newt-Tea closed 2 weeks ago

Newt-Tea commented 2 weeks ago

Made some minor changes to forms to change the max lengths of the cvv and expiration date fields.

Added a disclaimer to checkout stating that the information is not stored or recorded and to not enter real information.

Created order history pending the models decision. With views and urls changes as well

Newt-Tea commented 2 weeks ago

Removed Order Detail page. Reimplement later.