diff --git a/src/target_revenue/service/control_plane_templates/base.html b/src/target_revenue/service/control_plane_templates/base.html index d2919fb..f24043a 100644 --- a/src/target_revenue/service/control_plane_templates/base.html +++ b/src/target_revenue/service/control_plane_templates/base.html @@ -50,5 +50,47 @@ Visual language vendored from whynot-design — see static/whynot-design/VENDORED.md.

+ + diff --git a/tests/test_control_plane_app.py b/tests/test_control_plane_app.py index 6fd195d..e7ad2fb 100644 --- a/tests/test_control_plane_app.py +++ b/tests/test_control_plane_app.py @@ -287,3 +287,19 @@ def test_audit_log_visible_to_signed_in_user(client, credentials): _login(client, credentials["viewer"].token) resp = client.get("/audit") assert resp.status_code == 200 + + +def test_form_bridge_script_present(client): + """whynot-design's wn-input/wn-select/wn-button are not + form-associated custom elements — their real /