From 292af9e55fae32e996547848444d7a20504157c1 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 14 Jul 2021 19:09:55 +0200 Subject: [PATCH] Unconditionally include Debuggability section in generated emails (#1409) Issue: #1372 --- templates/blink/intent_to_implement.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/blink/intent_to_implement.html b/templates/blink/intent_to_implement.html index 328e8b20..ef489728 100644 --- a/templates/blink/intent_to_implement.html +++ b/templates/blink/intent_to_implement.html @@ -150,10 +150,8 @@ {% endif %} -{% if feature.debuggability %} -

Debuggability

-

{{feature.debuggability|urlize}}

-{% endif %} +

Debuggability

+

{{feature.debuggability|urlize}}

{% if 'experiment' in sections_to_show %}

Will this feature be supported on all six Blink platforms