sfdsdf
This commit is contained in:
parent
37233257ca
commit
cb87196eee
111 changed files with 682 additions and 339 deletions
|
@ -20,7 +20,9 @@ def post_embed(id, v):
|
|||
|
||||
p = get_post(id, v, graceful=True)
|
||||
|
||||
return render_template("submission_listing.html", listing=[p], v=v)
|
||||
if v and v.oldsite: template = ''
|
||||
else: template = 'CHRISTMAS/'
|
||||
return render_template(f"{template}submission_listing.html", listing=[p], v=v)
|
||||
|
||||
@app.context_processor
|
||||
def inject_constants():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue