From fdcffe010099bb5fb11a669de621c823887715bb Mon Sep 17 00:00:00 2001 From: Lova Andriarimalala <43842786+Xpirix@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:02:48 +0300 Subject: [PATCH] Fix main website url --- qgis-app/settings_docker.py | 3 +-- qgis-app/templates/base.html | 2 +- qgis-app/templates/layouts/footer.html | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/qgis-app/settings_docker.py b/qgis-app/settings_docker.py index 83ec69d1..7b87c55e 100644 --- a/qgis-app/settings_docker.py +++ b/qgis-app/settings_docker.py @@ -185,5 +185,4 @@ 'BUNDLE_DIR_NAME': 'bundles', 'STATS_FILE': os.path.join(SITE_ROOT, 'webpack-stats.json'), } -} -MAIN_WEBSITE_URL='https://qgis.org' \ No newline at end of file +} \ No newline at end of file diff --git a/qgis-app/templates/base.html b/qgis-app/templates/base.html index d70ab426..eaff059f 100644 --- a/qgis-app/templates/base.html +++ b/qgis-app/templates/base.html @@ -46,7 +46,7 @@ {% include 'layouts/header.html' %} diff --git a/qgis-app/templates/layouts/footer.html b/qgis-app/templates/layouts/footer.html index 3fdf64e9..dbddaeb4 100644 --- a/qgis-app/templates/layouts/footer.html +++ b/qgis-app/templates/layouts/footer.html @@ -84,7 +84,7 @@
- +
@@ -104,7 +104,7 @@ - +