aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHao Chen2020-04-22 09:23:53 -0500
committerHao Chen2020-04-22 09:23:53 -0500
commit35179dec9aa1926102ad2ddbbd5b8ad2882be92e (patch)
treeb426a0facf891470f3d78cf6ef948d05a05c6688 /templates
parent0bbc6715cd1273d2ba4e7daa7262a4cf84790e45 (diff)
downloadgenecup-35179dec9aa1926102ad2ddbbd5b8ad2882be92e.tar.gz
more ui tweaks
Diffstat (limited to 'templates')
-rw-r--r--templates/signin.html2
-rw-r--r--templates/signup.html5
2 files changed, 4 insertions, 3 deletions
diff --git a/templates/signin.html b/templates/signin.html
index 99c0d75..f315d71 100644
--- a/templates/signin.html
+++ b/templates/signin.html
@@ -23,7 +23,7 @@
<button type="submit" class="btn btn-primary btn-block">Sign in</button>
</div>
</form>
- Please make sure you backup your password. To ensure security, your actual password is not saved in our database. Thus we have limited ability to reset your password. If you need to recovery your account, please <a href = "mailto: hakan@uthsc.edu">contact us</a>. We'll need the email address you used to create the account.
+ To ensure security, your actual password is not saved in our database. Thus we have limited ability to reset your password. If you do need to recovery your account, please <a href = "mailto: hakan@uthsc.edu">contact us</a>. We'll need the email address you used to create the account.
</td>
</tr>
</table>
diff --git a/templates/signup.html b/templates/signup.html
index b3cb061..795b620 100644
--- a/templates/signup.html
+++ b/templates/signup.html
@@ -26,9 +26,10 @@
<button type="submit" class="btn btn-primary btn-block">Sign Up</button>
</div>
</form>
- If you forgot your password, you can <a href = "mailto: hakan@uthsc.edu">send email</a> us to get a new one. Please use your e-mail in the system. You can send to hakan@uthsc.edu
+ <font color="#E74C3C"><strong>Please make sure you backup your password.</strong></font>To ensure security, your actual password is not saved in our database. Thus we have limited ability to reset your password. If you need to recovery your account, please <a href = "mailto: hakan@uthsc.edu">contact us</a>. We'll need the email address you used to create the account.
+ </td>
</td>
</tr>
</table>
-{% endblock %} \ No newline at end of file
+{% endblock %}