diff --git a/RIGS/templates/rigboard.html b/RIGS/templates/rigboard.html index 9bad6eca..b57a9a49 100644 --- a/RIGS/templates/rigboard.html +++ b/RIGS/templates/rigboard.html @@ -16,9 +16,16 @@ {% endif %} {% if not request.GET.legacy %} - View legacy rigboard + + {% if not request.GET.hide_cancelled %} + Hide cancelled {% else %} - Go to new rigboard + Show cancelled + {% endif %} + + Legacy rigboard + {% else %} + New rigboard {% endif %}