diff --git a/templates/home/player.html b/templates/home/player.html index aa01b44..e2cf693 100644 --- a/templates/home/player.html +++ b/templates/home/player.html @@ -2,6 +2,13 @@ {% block content %} + +

Gambling Foo A RESTful gaming service

@@ -42,7 +49,11 @@

  • >card {{loop.index}} is: {{card}}
    {% if playerActive and not choose_trump_color %} + + {% endif %}
  • {% endfor %} diff --git a/templates/shared/_layout.html b/templates/shared/_layout.html index a825c91..bdccb0c 100644 --- a/templates/shared/_layout.html +++ b/templates/shared/_layout.html @@ -23,6 +23,7 @@