From eca45ecf1689b86652ad713dfd7560211e6d3464 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 12 Nov 2022 16:47:12 +0200 Subject: [PATCH] update app url --- files/helpers/const.py | 2 +- files/templates/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 237f7901b..b561d7b22 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1520,7 +1520,7 @@ tiers={ has_sidebar = path.exists(f'files/templates/sidebar_{SITE_NAME}.html') has_logo = path.exists(f'files/assets/images/{SITE_NAME}/logo.webp') -has_app = path.exists(f'files/assets/app_{SITE_NAME}_v2.5.apk') +has_app = path.exists(f'files/assets/app_{SITE_NAME}_v2.6.apk') ONLINE_STR = f'{SITE}_online' diff --git a/files/templates/header.html b/files/templates/header.html index d6c5c9160..594088f51 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -245,7 +245,7 @@ {% if has_app -%} - Android app + Android app {%- endif %} Changelog @@ -312,7 +312,7 @@ {% endif %} {% if has_app -%} - Android app + Android app {%- endif %} Changelog