diff --git a/templates/index.html.tera b/templates/index.html.tera index 9c8f302..f3c3c42 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -12,13 +12,6 @@ -{# Check if the user has a vote in advance, for readability #} -{% if user.logged_in == true and user.has_week_vote == true%} - {% set has_vote = true %} -{% else %} - {% set has_vote = false %} -{% endif -%} -

{{ title }}

@@ -78,7 +71,7 @@ {% if user.logged_in == true and user.is_admin == false %}