diff options
Diffstat (limited to 'templates/results2.html')
-rw-r--r-- | templates/results2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/results2.html b/templates/results2.html index b7de3fc..e0c62b6 100644 --- a/templates/results2.html +++ b/templates/results2.html @@ -97,7 +97,7 @@ <tr> <td>Sídlo:</td> <td>{{ row.sidlo }}</td> - <td></td> + <td><a href="/{{ row.ico }}">Úplný výpis</a></td> <td></td> </tr> {% if insolvency_notes|length > 0 %} |