From 37b1c6d91f1674ab2775c8d8819c892ff6640d6e Mon Sep 17 00:00:00 2001 From: Hubert Jankowski Date: Mon, 31 Jan 2022 22:27:05 +0100 Subject: [PATCH] typos --- templates/category.html | 2 +- templates/createTest.html | 2 +- templates/home.html | 2 +- templates/myTests.html | 2 +- templates/welcome.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/category.html b/templates/category.html index 9fd267a..d47d7ca 100644 --- a/templates/category.html +++ b/templates/category.html @@ -18,7 +18,7 @@
Kategoria: {{test.category}}
Próg zaliczenia: {{test.passing_score}}
-
Ilość pytań: {{test.question_count}}
+
Liczba pytań: {{test.question_count}}
diff --git a/templates/createTest.html b/templates/createTest.html index 5c47d4a..a9d0ac3 100644 --- a/templates/createTest.html +++ b/templates/createTest.html @@ -26,7 +26,7 @@

- +

diff --git a/templates/home.html b/templates/home.html index d60d4ad..fde897f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -12,7 +12,7 @@
Kategoria: {{test.category}}
Próg zaliczenia: {{test.passing_score}}
-
Ilość pytań: {{test.question_count}}
+
Liczba pytań: {{test.question_count}}
diff --git a/templates/myTests.html b/templates/myTests.html index 0d00640..cd9edd2 100644 --- a/templates/myTests.html +++ b/templates/myTests.html @@ -12,7 +12,7 @@
Kategoria: {{test.category}}
Próg zaliczenia: {{test.passing_score}}
-
Ilość pytań: {{test.question_count}}
+
Liczba pytań: {{test.question_count}}
diff --git a/templates/welcome.html b/templates/welcome.html index ccc2342..c2d141d 100644 --- a/templates/welcome.html +++ b/templates/welcome.html @@ -6,6 +6,6 @@

Super Original and Innovative Test App

Zacznij już teraz!

- + {% endblock %}