diff --git a/files/routes/admin.py b/files/routes/admin.py index 69cbb35782..34d1060cde 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1186,15 +1186,7 @@ def chart(v): comments={'comment_stats': comment_stats}, ) - final = { - "multi_plot": x, - "user_stats": user_stats, - "signup_data": daily_signups, - "post_data": post_stats, - "comment_data": comment_stats, - } - - return final + return redirect(x) def create_plot(**kwargs):