]> git.ipfire.org Git - pbs.git/commitdiff
bootstrap4: remove unused template
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Thu, 11 Jan 2018 12:10:00 +0000 (13:10 +0100)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Thu, 11 Jan 2018 12:10:00 +0000 (13:10 +0100)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
src/templates/user-comments.html [deleted file]

diff --git a/src/templates/user-comments.html b/src/templates/user-comments.html
deleted file mode 100644 (file)
index 0644cc0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "base.html" %}
-
-{% block body %}
-       <h1>{{ _("Latest user comments") }}</h1>
-
-       {% module CommentsTable(comments, show_package=True, show_user=True) %}
-{% end block %}
-
-{% block sidebar %}
-       <h1>{{ _("Actions") }}</h1>
-       <ul>
-               <li><a href="/users">{{ _("Show all users") }}</a></li>
-       </ul>
-{% end block %}