diff --git a/templates/index.html b/templates/index.html index 943a1c8..9ad6736 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,7 @@ zbiórki{% endif %}{% endblock %} {% set progress_clamped = 100 if progress > 100 else (0 if progress < 0 else progress) %}