diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-05-02 00:18:53 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-05-02 00:18:53 +0200 |
commit | 70db77b2ef24b3cf26e809da6f5f99e67095bfbe (patch) | |
tree | 1a65f0e29c67d57e4144b5b3f7e2e9523ff74afc /templates/results_entities.html | |
parent | a21983cbae1d7e2b7d1c0de694799a57a3886bd3 (diff) | |
download | justice-70db77b2ef24b3cf26e809da6f5f99e67095bfbe.tar.gz |
minor changes
Diffstat (limited to 'templates/results_entities.html')
-rw-r--r-- | templates/results_entities.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/results_entities.html b/templates/results_entities.html index b45b65f..8465a9c 100644 --- a/templates/results_entities.html +++ b/templates/results_entities.html @@ -89,7 +89,7 @@ <td style="width:20%">Název:</td> <td style="width:40%"><b>{{ row.nazev }}</b></td> <td style="width:15%">IČO:</td> - <td style="width:25%"><b>{{ row.ico }}</b></td> + <td style="width:25%"><a href="/{{ row.ico }}"><b>{{ row.ico }}</b></a></td> </tr> <tr> |