diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..7afa8c1 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,4 @@ +.winners-list { + background-color: #eceeef; + border: 0px; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 5b00e79..ae20cc1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,17 +2,18 @@ - + pyGlialo - giving away the goodies - + +
{% include "includes/header.html" %} -
+
{% block content %} {% endblock content %}
diff --git a/templates/finalize.html b/templates/finalize.html index 68da689..da3c994 100644 --- a/templates/finalize.html +++ b/templates/finalize.html @@ -2,11 +2,9 @@ {% block content %}

Ecco i vincitori

-

+
    {% for user in winners %} - {{ user }} - {% if not loop.last %}
    - {% endif %} +
  • {{ user }}

  • {% endfor %} -

+ {% endblock content %} diff --git a/templates/index.html b/templates/index.html index af51ab0..2d023da 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,8 +2,10 @@ {% block content %} {% if event %} -

{{ event.name }}

-

{{ event.venue.name }}

+
+

{{ event.name }}

+

{{ event.venue.name }}

+
{% else: %}

Secret key not set

{% endif %} @@ -16,7 +18,9 @@

Enjoy.

- - Let's Start! - +
+ + Let's Start! + +
{% endblock content %} diff --git a/templates/random.html b/templates/random.html index e9407ac..a31e043 100644 --- a/templates/random.html +++ b/templates/random.html @@ -2,7 +2,7 @@ {% block content %}

{{ lead_text }}

{% if winner %} -
+ -
    +
    • {% include "includes/buttons/claim.html" %}
    • diff --git a/templates/saved.html b/templates/saved.html index e7a751b..57cfa56 100644 --- a/templates/saved.html +++ b/templates/saved.html @@ -2,11 +2,11 @@ {% block content %}

      {{ lead_text }}


      -
      +
      -

      {{ winner.name }}

      +

      {{ winner.name }}

      -
        +
        • {% include "includes/buttons/shuffle.html" %}