From 07f5267c5adcedd6ba613f2f3e935f9abacc484a Mon Sep 17 00:00:00 2001 From: Son Date: Fri, 20 May 2022 16:06:30 +0200 Subject: [PATCH 1/3] move api keys page to header --- templates/header.html | 5 ++++- templates/menu.html | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/templates/header.html b/templates/header.html index 8d5b94af..b77045a2 100644 --- a/templates/header.html +++ b/templates/header.html @@ -141,10 +141,13 @@ diff --git a/templates/menu.html b/templates/menu.html index e2edf169..09b69f15 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -74,13 +74,13 @@ - +{# #} {% if current_user.can_use_phone %} --> - +{# #} - {% if current_user.should_show_app_page() %} - - {% endif %} +{# {% if current_user.should_show_app_page() %}#} +{# #} +{# {% endif %}#} {% endif %}