From b67d3ec0a5f7d39c484801f47d0ca11f7dd30ebc Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 15 May 2017 17:25:58 -0400 Subject: [PATCH] Update dashboard.html Added GCP instructions --- app/templates/app/dashboard.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/app/dashboard.html b/app/templates/app/dashboard.html index 61ceca5b..2453c08e 100644 --- a/app/templates/app/dashboard.html +++ b/app/templates/app/dashboard.html @@ -18,7 +18,8 @@ {% else %} {% if no_tasks %} - {% trans 'Upload Images' as upload_images %} +

{% trans 'Welcome! ☺' %}

+ {% trans 'Upload Images and GCP' as upload_images %}

{% blocktrans %} To create a map, press the "{{ upload_images }}" button, or drag and drop some images into a project. {% endblocktrans %}

@@ -26,6 +27,7 @@

{% endif %}