From c346ca531a04e906f2e1fc7635d4dd5927e3b5b6 Mon Sep 17 00:00:00 2001 From: detraz Date: Tue, 19 Feb 2019 00:54:11 +0100 Subject: [PATCH] Display residence if residence>1 --- topologie/templates/topologie/aff_building.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topologie/templates/topologie/aff_building.html b/topologie/templates/topologie/aff_building.html index 9885f1c5..5775bb28 100644 --- a/topologie/templates/topologie/aff_building.html +++ b/topologie/templates/topologie/aff_building.html @@ -35,13 +35,13 @@ with this program; if not, write to the Free Software Foundation, Inc., {% trans "Building" as tr_building %} {% include 'buttons/sort.html' with prefix='building' col='name' text=tr_building %} - {% trans "Access points" %} + {% trans "Access points" %} {% for building in building_list %} - {{ building.name }} + {{ building.cached_name }} {% for ap in building.all_ap_in %} {{ ap.short_name }} {% endfor %} {% can_edit building %}