Mercurial > farol
changeset 65:08a24e470de2
Small fix to the page title
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Wed, 08 Oct 2014 14:38:24 +0200 |
parents | aad7db3f93b6 |
children | f1705e90695b |
files | farol/templates/vulnerability/view.j2 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/farol/templates/vulnerability/view.j2 Wed Oct 08 14:28:29 2014 +0200 +++ b/farol/templates/vulnerability/view.j2 Wed Oct 08 14:38:24 2014 +0200 @@ -25,7 +25,7 @@ {% extends "base.j2" %} {% from "macros.j2" import panel, label_value %} -{% block title %}{{ vulnerability._title }}{% endblock %} +{% block title %}{{ vulnerability._title or '' }}{% endblock %} {% set active = 'vulnerability' %}