split templates

This commit is contained in:
Tykayn 2025-09-26 15:08:33 +02:00 committed by tykayn
parent 6548460478
commit 9aa8da5872
22 changed files with 2980 additions and 2384 deletions

View file

@ -106,7 +106,7 @@ class DemoTrafficResource:
logger.error(f"Error during OAuth2 token exchange: {e}")
# Load and render the template with the appropriate variables
template = self.jinja_env.get_template('traffic.html')
template = self.jinja_env.get_template('traffic_new.html')
html = template.render(
client_id=client_id,
client_secret=client_secret,