From 851bcc61538819b50261cdf8739da81e01e8bba2 Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Fri, 15 Nov 2024 00:49:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20depage=D0=B7=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Requests/__init__.py | 2 +- App/templates/pages_menu.html | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 App/templates/pages_menu.html diff --git a/App/Requests/__init__.py b/App/Requests/__init__.py index 2dd42d4..c3d0b8b 100644 --- a/App/Requests/__init__.py +++ b/App/Requests/__init__.py @@ -13,7 +13,7 @@ requests_bp = Blueprint('requests_bp', __name__, template_folder='templates') @check_auth def requests(): if request.method == 'GET': - return render_template('pages_menu.html', options=requests_list, header='Запросы') + return render_template('zapros_menu.html', options=requests_list) @requests_bp.route('/sklad', methods=['GET', 'POST']) @check_auth diff --git a/App/templates/pages_menu.html b/App/templates/pages_menu.html deleted file mode 100644 index bf6010f..0000000 --- a/App/templates/pages_menu.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {{ header }} - - - -
- -
-

Выберите один из предложенных вариантов

- -
- -
- - \ No newline at end of file