aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-26 11:28:34 +0100
committerrubenwardy <rw@rubenwardy.com>2018-03-26 11:28:34 +0100
commit05444e8018763def07e034513ec8f232d26bedd4 (patch)
tree1d7e1afd58f642dadae50ef30ee430bd2cc1d4dc /app/templates/packages/view.html
parentc19f93e36db24303b77757d5cfe6c9ec2aaee30e (diff)
downloadcheatdb-05444e8018763def07e034513ec8f232d26bedd4.tar.xz
Add tags
Fixes #4
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index 58631c9..55d0d57 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -98,6 +98,15 @@
{% endfor %}
</ul>
+ <h3>Tags</h3>
+ <ul>
+ {% for t in package.tags %}
+ <li>{{ t.title }}</li>
+ {% else %}
+ <li>No tags.</li>
+ {% endfor %}
+ </ul>
+
{% if current_user.is_authenticated or requests %}
<h3>Edit Requests</h3>