From bce196c7f06c6d82102b4f7c422701055a6fc44b Mon Sep 17 00:00:00 2001 From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> Date: Sun, 31 Jan 2021 00:28:28 +0100 Subject: Add files via upload --- templates/_formhelpers.html | 18 +++++++ templates/footer.html | 3 ++ templates/header.html | 11 +++++ templates/index.html | 5 ++ templates/results2.html | 113 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 150 insertions(+) create mode 100644 templates/_formhelpers.html create mode 100644 templates/footer.html create mode 100644 templates/header.html create mode 100644 templates/index.html create mode 100644 templates/results2.html diff --git a/templates/_formhelpers.html b/templates/_formhelpers.html new file mode 100644 index 0000000..3a89e09 --- /dev/null +++ b/templates/_formhelpers.html @@ -0,0 +1,18 @@ +{% macro render_field(field) %} +