fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements

This commit is contained in:
2024-10-28 15:04:43 +00:00
parent fc91f86922
commit 22f6ed7e8c
534 changed files with 526 additions and 928 deletions

View File

@@ -20,12 +20,15 @@ from helpers.helper_app import Helper_App
import lib.argument_validation as av
# external
from flask import Flask, render_template, jsonify, request, render_template_string, send_from_directory, redirect, url_for, session, Blueprint, current_app
from extensions import db, oauth
from flask_sqlalchemy import SQLAlchemy
from extensions import oauth # db,
from urllib.parse import quote_plus, urlencode
from authlib.integrations.flask_client import OAuth
from authlib.integrations.base_client import OAuthError
from urllib.parse import quote, urlparse, parse_qs
db = SQLAlchemy()
routes_user = Blueprint('routes_user', __name__)
# User authentication

View File

@@ -1,6 +1,6 @@
../../Scripts/pip.exe,sha256=c7HuPbTodA03BZskKpysGLwtwFjgKiS0ReMoKwJgZMQ,108466
../../Scripts/pip3.12.exe,sha256=c7HuPbTodA03BZskKpysGLwtwFjgKiS0ReMoKwJgZMQ,108466
../../Scripts/pip3.exe,sha256=c7HuPbTodA03BZskKpysGLwtwFjgKiS0ReMoKwJgZMQ,108466
../../Scripts/pip.exe,sha256=0KxTGjutpLG2NKDEqxwSZJdkxI0dC_h3FdL_-IMCxSo,108466
../../Scripts/pip3.12.exe,sha256=0KxTGjutpLG2NKDEqxwSZJdkxI0dC_h3FdL_-IMCxSo,108466
../../Scripts/pip3.exe,sha256=0KxTGjutpLG2NKDEqxwSZJdkxI0dC_h3FdL_-IMCxSo,108466
pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388
pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093

Some files were not shown because too many files have changed in this diff Show More