From 779defc902762ac84d28ade55fa1fc3860a3e54d Mon Sep 17 00:00:00 2001 From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> Date: Sun, 4 Apr 2021 23:59:25 +0200 Subject: Adding some trivia --- templates/trivia.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/trivia.html (limited to 'templates/trivia.html') diff --git a/templates/trivia.html b/templates/trivia.html new file mode 100644 index 0000000..ced2c75 --- /dev/null +++ b/templates/trivia.html @@ -0,0 +1,13 @@ +{% include 'header.html' %} + +
Počet registrovaných osob: {{ number_entities }}
+ +Další zajímvavé údaje z obchodního resjtříku:
+ +Seznam nejstarších společností
+ + + +{% include 'footer.html' %} \ No newline at end of file -- cgit From 0279c2c4edbeea14a801271e273078a21b5b9fd6 Mon Sep 17 00:00:00 2001 From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> Date: Mon, 5 Apr 2021 18:26:08 +0200 Subject: More tweaks --- templates/trivia.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/trivia.html') diff --git a/templates/trivia.html b/templates/trivia.html index ced2c75..5bc274a 100644 --- a/templates/trivia.html +++ b/templates/trivia.html @@ -3,11 +3,12 @@Počet registrovaných osob: {{ number_entities }}
-Další zajímvavé údaje z obchodního resjtříku:
Seznam nejstarších společností
+Seznam nejčastějších předmětů podnikání
+Seznam nejčastějších předmětů činnosti
{% include 'footer.html' %} \ No newline at end of file -- cgit From 9cceba9b3466a2e5a7e712414bdf006215d7cb18 Mon Sep 17 00:00:00 2001 From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> Date: Sun, 18 Apr 2021 00:16:48 +0200 Subject: add search by persons --- templates/trivia.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/trivia.html') diff --git a/templates/trivia.html b/templates/trivia.html index 5bc274a..750706c 100644 --- a/templates/trivia.html +++ b/templates/trivia.html @@ -9,6 +9,6 @@Seznam nejčastějších předmětů podnikání
- + {% include 'footer.html' %} \ No newline at end of file -- cgit