From: Jonatan Schlag Date: Thu, 11 Jan 2018 12:10:00 +0000 (+0100) Subject: bootstrap4: remove unused template X-Git-Url: http://git.ipfire.org/?p=pbs.git;a=commitdiff_plain;h=1d9589a47e75d48d1d9d187117d3a28d15658ff2 bootstrap4: remove unused template Signed-off-by: Jonatan Schlag --- diff --git a/src/templates/user-comments.html b/src/templates/user-comments.html deleted file mode 100644 index 0644cc0..0000000 --- a/src/templates/user-comments.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% block body %} -

{{ _("Latest user comments") }}

- - {% module CommentsTable(comments, show_package=True, show_user=True) %} -{% end block %} - -{% block sidebar %} -

{{ _("Actions") }}

- -{% end block %}