From 486bdb2a2155d2e196d53f1ad818c6758b38b5fb Mon Sep 17 00:00:00 2001 From: Manaswini Das Date: Sat, 23 Jun 2018 02:04:25 +0530 Subject: [PATCH 1/2] Removes repetition of words --- main/templates/main/dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/templates/main/dashboard.html b/main/templates/main/dashboard.html index 955bfdf..7316601 100644 --- a/main/templates/main/dashboard.html +++ b/main/templates/main/dashboard.html @@ -35,8 +35,7 @@

Welcome back to the 'source' integration for Open Humans

thus we limit the frequency with which you can request updates.

{%endif%}
-

You want do remove your current 'source' account and maybe replace with - with a different one? Click below to remove your current 'source' account

+

You want do remove your current 'source' account and maybe replace with a different one? Click below to remove your current 'source' account

{% csrf_token %} Date: Mon, 9 Jul 2018 00:46:17 +0530 Subject: [PATCH 2/2] Fixes minor typo in dashboard --- main/templates/main/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/templates/main/dashboard.html b/main/templates/main/dashboard.html index 7316601..0049540 100644 --- a/main/templates/main/dashboard.html +++ b/main/templates/main/dashboard.html @@ -35,7 +35,7 @@

Welcome back to the 'source' integration for Open Humans

thus we limit the frequency with which you can request updates.

{%endif%}
-

You want do remove your current 'source' account and maybe replace with a different one? Click below to remove your current 'source' account

+

You want to remove your current 'source' account and maybe replace with a different one? Click below to remove your current 'source' account

{% csrf_token %}