diff options
Diffstat (limited to 'app/views/threads.py')
-rw-r--r-- | app/views/threads.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/threads.py b/app/views/threads.py index c168a23..4972abd 100644 --- a/app/views/threads.py +++ b/app/views/threads.py @@ -209,4 +209,4 @@ def new_thread_page(): return redirect(url_for("thread_page", id=thread.id)) - return render_template("threads/new.html", form=form, allow_private_change=allow_change) + return render_template("threads/new.html", form=form, allow_private_change=allow_change, package=package) |