Fixes in app

This commit is contained in:
Antonio de la Rosa 2025-11-14 19:46:48 +01:00
parent d325960160
commit 35fb71090e
2 changed files with 1 additions and 1 deletions

2
app.py
View file

@ -78,7 +78,7 @@ def pages2_home(page_id=0, slug=''):
arr_final_text.append('<p align="center"><img src="{}" style="width:50%;" title="{}" /><br /><strong>{}</strong></p>'.format(jtext['data']['file']['url'], jtext['data']['caption'], jtext['data']['caption']))
"""
return t.load_template('page.phtml', title_page=arr_page['title'], content_page=arr_text)
return t.load_template('page2.phtml', title_page=arr_page['title'], content_page=arr_text)
else: