aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/dashboard
diff options
context:
space:
mode:
authorSawyer Bergeron <sawyerbergeron@gmail.com>2019-01-04 11:12:41 -0500
committerSawyer Bergeron <sawyerbergeron@gmail.com>2019-01-04 11:13:14 -0500
commit0f20c3b0ecfb7967e62e25dc31c8abf64e85d234 (patch)
tree8dad7c27a8e904eeb517a9b6b11bc07d026d7821 /src/templates/dashboard
parentd9fe97928dbe3e3cd8988093e9547d8a01813e6e (diff)
Landing page now links to LaaS 2.0 wiki entry
Change-Id: I01dd7f671a21c9b9f06dede341d6ddf410f0e776 Signed-off-by: Sawyer Bergeron <sawyerbergeron@gmail.com>
Diffstat (limited to 'src/templates/dashboard')
-rw-r--r--src/templates/dashboard/landing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/dashboard/landing.html b/src/templates/dashboard/landing.html
index 71d2706..40e0146 100644
--- a/src/templates/dashboard/landing.html
+++ b/src/templates/dashboard/landing.html
@@ -9,9 +9,9 @@
Warning: you need to upload an ssh key under <a href="/accounts/settings">account settings</a> if you wish to log into the servers you book
</h4>
{% endif %}
- <p style="text-align:center;">Welcome to the Pharos Dashboard! To get started, select one of the options below:</p>
+ <p style="text-align:center;">Welcome to the Pharos Dashboard! For more info on LaaS, <a href="https://wiki.opnfv.org/display/INF/Lab+as+a+Service+2.0">check here</a>. To get started, select one of the options below:</p>
{% else %}
- <p style="text-align:center;">Welcome to the Pharos Dashboard! To get started, please log in with your <a href="/accounts/login">Linux Foundation Jira account</a></p>
+ <p style="text-align:center;">Welcome to the Pharos Dashboard! For more info on LaaS, <a href="https://wiki.opnfv.org/display/INF/Lab+as+a+Service+2.0">check here</a>. To get started, please log in with your <a href="/accounts/login">Linux Foundation Jira account</a></p>
{% endif %}
</div>
{% csrf_token %}