gfgf
This commit is contained in:
parent
d6bcdea384
commit
8cb7c77d9c
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ def app_config(x):
|
|||
@app.template_filter("post_embed")
|
||||
def crosspost_embed(id):
|
||||
|
||||
id = int(id)
|
||||
|
||||
p = get_post(id, graceful=True)
|
||||
|
||||
return render_template(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue