summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-05-21 12:00:00 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-05-21 12:00:00 +0800
commit8394a24994c7a3ece069ad2ac8454d657b0171fd (patch)
tree55f1496582d3c22eee45fbd4d5ddf0a43c617af3
parent8d23ae2b3aba6feabb4b9ab686bee1059d6d73f2 (diff)
set tip to use first.second when login
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--report/templates/accounts/login.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/report/templates/accounts/login.html b/report/templates/accounts/login.html
index c536077..fd22e27 100644
--- a/report/templates/accounts/login.html
+++ b/report/templates/accounts/login.html
@@ -7,5 +7,10 @@
{% block headline %}<h1>Login LCR Report Management System</h1>{% endblock %}
{% block content %}
+<div style="background:lightgreen"><br/>
+<font size="3">
+If your Linaro email is first.second@linaro.org then use <font color="red">first.second</font> as your username
+</font>
+<br/><br/></div>
{% crispy form %}
{% endblock %}