split templates
This commit is contained in:
parent
6548460478
commit
9aa8da5872
22 changed files with 2980 additions and 2384 deletions
|
@ -49,7 +49,7 @@ class DemoViewEventsResource:
|
|||
client_redirect = os.getenv("CLIENT_REDIRECT", "")
|
||||
|
||||
# Load and render the template with the appropriate variables
|
||||
template = self.jinja_env.get_template('view_events.html')
|
||||
template = self.jinja_env.get_template('view_events_new.html')
|
||||
html = template.render(
|
||||
client_id=client_id,
|
||||
client_secret=client_secret,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue