diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/cave.html b/templates/cave.html index d403bc4..0ed5520 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -58,7 +58,9 @@ {{ cave.official_name|safe }} </th> <th id="status"> + {% if cave.kataster_code %} {{ cave.kataster_code|safe }} + {% endif %} </th> </tr> </table> |