aboutsummaryrefslogtreecommitdiff
path: root/app/views/threads.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-28 19:41:24 +0000
committerrubenwardy <rw@rubenwardy.com>2019-01-28 19:41:24 +0000
commite9fe936aa98e9325034750f2f327ad4271c7e55d (patch)
treea506ff83efbdd886ef6e65e2cff7053ab244b01c /app/views/threads.py
parent8afe17b984cae3d1e934f92024bbc683d4668c48 (diff)
downloadcheatdb-e9fe936aa98e9325034750f2f327ad4271c7e55d.tar.xz
Increase visibility of thread creation
Diffstat (limited to 'app/views/threads.py')
-rw-r--r--app/views/threads.py2
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)