# HG changeset patch # User BenoƮt Allard # Date 1412863384 -7200 # Node ID 6a61c02f2156c78ee471d7f37fa29b446b08e274 # Parent 2201d0ea0bf3ab6c020264567fb39efcc91bdccd Add deletion of CWEs diff -r 2201d0ea0bf3 -r 6a61c02f2156 farol/templates/vulnerability/view.j2 --- a/farol/templates/vulnerability/view.j2 Thu Oct 09 15:56:43 2014 +0200 +++ b/farol/templates/vulnerability/view.j2 Thu Oct 09 16:03:04 2014 +0200 @@ -24,7 +24,7 @@ -#} {% extends "base.j2" %} -{% from "macros.j2" import panel, label_value %} +{% from "macros.j2" import panel, label_value, delete_button %} {% block title %}{{ vulnerability._title or '' }}{% endblock %} {% set active = 'vulnerability' %} @@ -70,7 +70,7 @@ {% call panel(heading="CWE", badge=vulnerability._cwes | length, title=3) %}