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 %}