aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 00:18:53 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 00:18:53 +0200
commit70db77b2ef24b3cf26e809da6f5f99e67095bfbe (patch)
tree1a65f0e29c67d57e4144b5b3f7e2e9523ff74afc /templates
parenta21983cbae1d7e2b7d1c0de694799a57a3886bd3 (diff)
downloadjustice-70db77b2ef24b3cf26e809da6f5f99e67095bfbe.tar.gz
minor changes
Diffstat (limited to 'templates')
-rw-r--r--templates/results_entities.html2
-rw-r--r--templates/search_form.html2
2 files changed, 1 insertions, 3 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>
diff --git a/templates/search_form.html b/templates/search_form.html
index 83ae305..14c387d 100644
--- a/templates/search_form.html
+++ b/templates/search_form.html
@@ -104,6 +104,4 @@
<p><input type="submit" value="Search">
</p>
</form>
-
-<p><a href="/trivia">Další zajímvavé údaje z obchodního resjtříku.</a></p>
{% include 'footer.html' %} \ No newline at end of file