From b7c1faff911c6943d379ce6ad3f44bba4027aedc Mon Sep 17 00:00:00 2001 From: Gregor Kikelj Date: Fri, 27 Jan 2023 16:08:18 +0100 Subject: Public cleanup --- templates/index.html | 182 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..d552e94 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,182 @@ + + + + + + + + + + + + + eVinjeta: Hitro preveri veljavnost evinjete + + + + + + + + + + + + +
+

eVINJETA

+
+ Preveri veljavnost svoje eVinjete: + * Podatke dobimo iz DARS strežnikov. Nismo povezani z DARSom. +
+
+
+

Registrska tablica:

+ +
+
+ +
+
+ {% if valid_until %} +
+

Vinjeta za registrsko tablico {{ license_plate }} je veljavna vključno do: {{ valid_until }}

+
+ {% elif license_plate %} +
+

Registrska tablica "{{ license_plate }}" nima veljavne vinjete!

+
+ {% endif %} + +
+ +
+
+ + \ No newline at end of file -- cgit v1.2.3