fdfd
This commit is contained in:
parent
8cb7c77d9c
commit
7637c63c8c
1 changed files with 5 additions and 5 deletions
|
@ -17,9 +17,9 @@ def crosspost_embed(id):
|
||||||
|
|
||||||
id = int(id)
|
id = int(id)
|
||||||
|
|
||||||
p = get_post(id, graceful=True)
|
p = get_post(id, graceful=True)
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
"submission_listing.html",
|
"submission_listing.html",
|
||||||
listing=[p]
|
listing=[p]
|
||||||
)
|
)
|
Loading…
Add table
Add a link
Reference in a new issue