diff options
author | rubenwardy <rw@rubenwardy.com> | 2019-01-28 19:41:24 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2019-01-28 19:41:24 +0000 |
commit | e9fe936aa98e9325034750f2f327ad4271c7e55d (patch) | |
tree | a506ff83efbdd886ef6e65e2cff7053ab244b01c /app/views/threads.py | |
parent | 8afe17b984cae3d1e934f92024bbc683d4668c48 (diff) | |
download | cheatdb-e9fe936aa98e9325034750f2f327ad4271c7e55d.tar.xz |
Increase visibility of thread creation
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) |