Fixes in app
This commit is contained in:
parent
d325960160
commit
35fb71090e
2 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -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']))
|
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:
|
else:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue