diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-03-21 19:36:53 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-03-21 19:36:53 +0000 |
commit | 12d58d338de97148611600f614726ab6cb520d87 (patch) | |
tree | 4842c84411e3ef3360aa88f49dd481db63391398 /app/views/packages.py | |
parent | e5de870b4794026ce3a0c50514337c9b5d7baa27 (diff) | |
download | cheatdb-12d58d338de97148611600f614726ab6cb520d87.tar.xz |
Add more information to approval view
Diffstat (limited to 'app/views/packages.py')
-rw-r--r-- | app/views/packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/packages.py b/app/views/packages.py index f7773b4..6f2d304 100644 --- a/app/views/packages.py +++ b/app/views/packages.py @@ -205,4 +205,4 @@ def edit_release_page(type, author, name, id): db.session.commit() return redirect(package.getDetailsURL()) - return render_template('package_release_edit.html', package=package, form=form) + return render_template('package_release_edit.html', package=package, release=release, form=form) |