diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc new file mode 100644 index 00000000..d326f619 Binary files /dev/null and b/__pycache__/app.cpython-311.pyc differ diff --git a/__pycache__/config.cpython-311.pyc b/__pycache__/config.cpython-311.pyc new file mode 100644 index 00000000..7c0ca402 Binary files /dev/null and b/__pycache__/config.cpython-311.pyc differ diff --git a/config.py b/config.py index 56e3fd66..e36ea381 100644 --- a/config.py +++ b/config.py @@ -37,8 +37,8 @@ class Config: """ # id_currency = 1 # id_region_delivery = 1 - MAIL_SERVER = 'localhost' # 'smtp.gmail.com' - MAIL_PORT = 25 # 587 + MAIL_SERVER = 'mail.partsltd.co.uk' # 'smtp.gmail.com' + MAIL_PORT = 465 # 587 MAIL_USE_TLS = False # True MAIL_USE_SSL = False MAIL_USERNAME = os.getenv('MAIL_DEFAULT_SENDER') diff --git a/static/css/shared.css b/static/css/shared.css index c502775a..575f8444 100644 --- a/static/css/shared.css +++ b/static/css/shared.css @@ -306,6 +306,7 @@ img.header-logo { .column { display: flex; flex-direction: column; + align-items: center; } .row { diff --git a/stderr.log b/stderr.log index bc55d8e2..7287656e 100644 --- a/stderr.log +++ b/stderr.log @@ -7066,3 +7066,32 @@ starting info_user: {'sub': ''} type: is_user_logged_in: False +info_user: {'sub': ''} +Model_View_Base.__new__ +starting +Model_View_Base.__init__ +starting +info_user: {'sub': ''} +type: +is_user_logged_in: False +Model_View_Base.__new__ +starting +Model_View_Base.__init__ +starting +info_user: {'sub': ''} +type: +is_user_logged_in: False +Model_View_Base.__new__ +starting +Model_View_Base.__init__ +starting +info_user: {'sub': ''} +type: +is_user_logged_in: False +Model_View_Base.__new__ +starting +Model_View_Base.__init__ +starting +info_user: {'sub': ''} +type: +is_user_logged_in: False diff --git a/templates/layout.html b/templates/layout.html index 4a166f5a..662d8c69 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -130,10 +130,6 @@ - {% endif %} @@ -146,6 +142,10 @@