diff options
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 9 |
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> |
