diff --git a/db.sqlite3 b/db.sqlite3 index 56fa459e..26393a48 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/templates/taxi/index.html b/templates/taxi/index.html index 66a603ae..126d0530 100644 --- a/templates/taxi/index.html +++ b/templates/taxi/index.html @@ -9,6 +9,6 @@

Dynamic content

  • Cars: {{ num_cars }}
  • Drivers: {{ num_drivers }}
  • Manufacturers: {{ num_manufacturers }}
  • -
  • Num visits: {{ num_visits }}
  • +
  • Num visits: {{ num_visits }} time{{ num_visits|pluralize }}.
  • {% endblock %}