aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-04-04 20:45:11 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-04-04 20:45:11 +0200
commit2d8d74a12ef5c3aadd9981e2750c7dd75f5e23af (patch)
tree8438037a5f01e3924d480f211b5817e7ba65398b /templates
parenta0c18133e49455b70762bd1ee08ab8408ff03401 (diff)
downloadjustice-2d8d74a12ef5c3aadd9981e2750c7dd75f5e23af.tar.gz
minor clean-up changes
Diffstat (limited to 'templates')
-rw-r--r--templates/results2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/results2.html b/templates/results2.html
index edef06a..84b8326 100644
--- a/templates/results2.html
+++ b/templates/results2.html
@@ -61,7 +61,7 @@
</tr>
<tr>
<td>Sídlo:</td>
- <td>{{ current_seat[0].sidlo_text }} </td>
+ <td>{% if current_seat|length != 0 %}{{ current_seat[0].sidlo_text }}{% else %}znepřístupněno podle § 25 odst. 2 zákona č. 304/2013 Sb.{% endif %}</td>
<td><a href="/{{ row.ico }}">Úplný výpis</a></td>
<td><a href="/{{ row.ico }}-actual">Aktuální výpis</a></td>
</tr>