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 070bf7ebd5
commit 5ed9102b81
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