From dd8b969249d8dd76d19525bf8c9ef3c1288c9f23 Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Sat, 23 May 2026 01:58:25 +0200 Subject: [PATCH] fix: restore missing {% else %} in step3 tink_link_url template block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sandbox note edit accidentally removed the {% else %} tag, causing the entire bank connection UI (sandbox note + Åbn Tink Link button) to only render when cb_success=True — i.e. never shown before connecting. --- src/templates/step.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/step.html b/src/templates/step.html index cee7935..29b6350 100644 --- a/src/templates/step.html +++ b/src/templates/step.html @@ -114,6 +114,7 @@ + {% else %}