1 parent 56cf9bc commit 47f98f5Copy full SHA for 47f98f5
1 file changed
catalog/templates/index.html
@@ -27,6 +27,6 @@ <h2>Dynamic content</h2>
27
</ul>
28
29
30
-You have visited this page {{ num_visits }} times.
+You have visited this page {{ num_visits }} time{% if num_visits > 1 %}s{% endif %}.
31
32
-{% endblock %}
+{% endblock %}
0 commit comments