From 64758e55f82334dee58970a065580dc9aa11f3c4 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Tue, 15 Sep 2026 12:55:45 -0400 Subject: [PATCH] fix gcp link; clean up welcome. --- app/templates/app/dashboard.html | 2 +- webui/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/app/dashboard.html b/app/templates/app/dashboard.html index d4a56b3b..503da164 100644 --- a/app/templates/app/dashboard.html +++ b/app/templates/app/dashboard.html @@ -12,7 +12,7 @@ {% if no_processingnodes %} {% include "quota.html" %} -

{% trans 'Welcome!' %} ☺

+

{% trans 'Welcome!' %}

{% trans 'Add a Processing Node' as add_processing_node %} {% with nodeodm_link='NodeODM' api_link='API' %}

diff --git a/webui/settings.py b/webui/settings.py index 80204b6f..bdef444b 100644 --- a/webui/settings.py +++ b/webui/settings.py @@ -470,7 +470,7 @@ AUTO_LOGIN_USER = None # Link to GCP docs -GCP_DOCS_LINK = "https://docs.opendronemap.org/ground-control-points/#gcp-file-format" +GCP_DOCS_LINK = "https://docs.opendronemap.org/gcp/" # Link to general docs DOCS_LINK = "https://docs.opendronemap.org"