diff --git a/kitsune/sumo/templates/base.html b/kitsune/sumo/templates/base.html index 0fefeee50d1..2edb567a039 100644 --- a/kitsune/sumo/templates/base.html +++ b/kitsune/sumo/templates/base.html @@ -235,7 +235,9 @@ {# End Ethnio #} {# Browser ID #} +{% if waffle.flag('browserid') %} +{% endif %} {# End Browser ID #} {# Temporary Pontoon testing - bug 812176 #} diff --git a/kitsune/sumo/templates/mobile/base.html b/kitsune/sumo/templates/mobile/base.html index 11fdcdbe462..461000d57f6 100644 --- a/kitsune/sumo/templates/mobile/base.html +++ b/kitsune/sumo/templates/mobile/base.html @@ -163,7 +163,9 @@

{% endfor %} {# Browser ID #} - +{% if waffle.flag('browserid') %} + +{% endif %} {# End Browser ID #}