From d576bfd16d8dc435c6374c390d1e376d9fe2e636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20D=C3=BCster?= Date: Mon, 30 Sep 2024 12:02:50 +0200 Subject: [PATCH] fixup! Enable import from bank account if TAN is required after login --- web/templates/finance/fints_login.html | 2 +- web/templates/finance/fints_tan.html | 2 +- web/templates/finance/login.html | 14 -------------- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 web/templates/finance/login.html diff --git a/web/templates/finance/fints_login.html b/web/templates/finance/fints_login.html index f2a24b32b..785142110 100644 --- a/web/templates/finance/fints_login.html +++ b/web/templates/finance/fints_login.html @@ -1,5 +1,5 @@ {# - Copyright (c) 2015 The Pycroft Authors. See the AUTHORS file. + Copyright (c) 2024 The Pycroft Authors. See the AUTHORS file. This file is part of the Pycroft project and licensed under the terms of the Apache License, Version 2.0. See the LICENSE file for details. #} diff --git a/web/templates/finance/fints_tan.html b/web/templates/finance/fints_tan.html index 196e2e541..8cf9aeb2b 100644 --- a/web/templates/finance/fints_tan.html +++ b/web/templates/finance/fints_tan.html @@ -1,5 +1,5 @@ {# - Copyright (c) 2015 The Pycroft Authors. See the AUTHORS file. + Copyright (c) 2024 The Pycroft Authors. See the AUTHORS file. This file is part of the Pycroft project and licensed under the terms of the Apache License, Version 2.0. See the LICENSE file for details. #} diff --git a/web/templates/finance/login.html b/web/templates/finance/login.html deleted file mode 100644 index c1fe01787..000000000 --- a/web/templates/finance/login.html +++ /dev/null @@ -1,14 +0,0 @@ -{# - Copyright (c) 2015 The Pycroft Authors. See the AUTHORS file. - This file is part of the Pycroft project and licensed under the terms of - the Apache License, Version 2.0. See the LICENSE file for details. -#} -{% extends "layout.html" %} - -{% set page_title = "FinTS-Zugang erlangen" %} - -{% import "macros/forms.html" as forms %} - -{% block single_row_content %} - {{ forms.simple_form(form, '', url_for('finance.login') ) }} -{% endblock %}