From 854662666fff7b11a2607cfb5ecc8096c7fe484b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 5 Mar 2012 14:33:57 +0100 Subject: [PATCH] Show flags only if there are some --- html/translate.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/translate.html b/html/translate.html index 1afe93a53..e675ec5ff 100644 --- a/html/translate.html +++ b/html/translate.html @@ -78,10 +78,12 @@ {{ unit.get_location_links }} {% endif %} +{% if unit.flags %} {% trans "Flags" %} {{ unit.flags }} +{% endif %} {% if user.is_authenticated %}