diff --git a/cocktail/templates/base.html b/cocktail/templates/base.html index 392b6fd..1117cf4 100644 --- a/cocktail/templates/base.html +++ b/cocktail/templates/base.html @@ -14,11 +14,11 @@ {% block title %} {% endblock title %} -
- Home +
+ Home Strumenti Bicchieri - Random Cocktail + Random Cocktail
diff --git a/cocktail_list/__pycache__/views.cpython-37.pyc b/cocktail_list/__pycache__/views.cpython-37.pyc index 98636ea..2a37b17 100644 Binary files a/cocktail_list/__pycache__/views.cpython-37.pyc and b/cocktail_list/__pycache__/views.cpython-37.pyc differ diff --git a/cocktail_list/templates/homepage.html b/cocktail_list/templates/homepage.html index 06816d4..2d3a0e9 100644 --- a/cocktail_list/templates/homepage.html +++ b/cocktail_list/templates/homepage.html @@ -8,10 +8,11 @@ {% endblock css %} {% block content %} -

In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }}

+
+
In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }} cocktails
+
+ {% for cocktail in lista_cocktail %} - {% if forloop.first %}