aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-23 19:49:57 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-23 19:49:57 +0000
commitbb9d589fb55718db6783a236d047614b284d352e (patch)
treec5e2ef191ce4d22895318356ef5151b7ece09b2d /app/templates/packages/view.html
parenta5042a986a05e9bedf779af133267257915a426b (diff)
downloadcheatdb-bb9d589fb55718db6783a236d047614b284d352e.tar.xz
Add EditRequest approval and rejection
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index 9ed7def..2ed3a32 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -87,11 +87,11 @@
{% endfor %}
</ul>
- {% if current_user.is_authenticated or package.requests %}
+ {% if current_user.is_authenticated or requests %}
<h3>Edit Requests</h3>
<ul>
- {% for r in package.requests %}
+ {% for r in requests %}
<li>
<a href="{{ r.getURL() }}">{{ r.title }}</a>
by