diff --git a/src/chanjo2/templates/overview.html b/src/chanjo2/templates/overview.html index 59305e1c..fe454473 100644 --- a/src/chanjo2/templates/overview.html +++ b/src/chanjo2/templates/overview.html @@ -21,7 +21,7 @@ {% macro incompletely_covered_intervals(active_level) %} -
+ @@ -108,6 +108,7 @@

Incomplete {{ extras.interval_type }}

function updateOverview(customLevel) { document.getElementById("defaultLevel").value = customLevel; + theForm.action = '{{url_for("overview")}}'; theForm.submit(); }