remotes/1693045480750635534/spooky-22
Aevann1 2021-11-12 00:49:58 +02:00
parent 1b2c97a44e
commit 2840a5d1c3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ from .front import frontlist
@auth_desired
def admin_vote_info_get(v):
if v and v.shadowbanned: return render_template('errors/500.html', v=v), 500
link = request.values.get("link")
if not link: return render_template("votes.html", v=v)