diff --git a/drama/routes/posts.py b/drama/routes/posts.py index fb04b2193..db3062335 100644 --- a/drama/routes/posts.py +++ b/drama/routes/posts.py @@ -93,8 +93,6 @@ def publish(pid, v): @no_negative_balance("html") def submit_get(v): if v and v.is_banned and not v.unban_utc: return render_template("seized.html") - - resize() b = get_guild("general")