forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-13 04:37:56 +02:00
parent f779c7400d
commit e47278b0c6
1 changed files with 5 additions and 5 deletions

View File

@ -17,9 +17,9 @@ def crosspost_embed(id):
id = int(id)
p = get_post(id, graceful=True)
p = get_post(id, graceful=True)
return render_template(
"submission_listing.html",
listing=[p]
)
return render_template(
"submission_listing.html",
listing=[p]
)