From a8d561b209231d60b1cc19ba437b3a81add5ed79 Mon Sep 17 00:00:00 2001 From: Jay Horsfall Date: Tue, 24 Aug 2021 22:50:06 -0400 Subject: [PATCH 1/2] added EAC link in edit mode --- profiles/templates/profile.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/templates/profile.html b/profiles/templates/profile.html index 0307111..ea1e516 100644 --- a/profiles/templates/profile.html +++ b/profiles/templates/profile.html @@ -159,6 +159,9 @@

+ +
Note: to change external accounts' access, like GitHub, use EAC.
+ {% if member_info.uid == info["uid"] %}
From d7699f064e12859bfe336dfa32abe8953bfc9df3 Mon Sep 17 00:00:00 2001 From: Jay Horsfall Date: Wed, 25 Aug 2021 17:20:34 -0400 Subject: [PATCH 2/2] Changed language --- profiles/templates/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/templates/profile.html b/profiles/templates/profile.html index ea1e516..2b98ba6 100644 --- a/profiles/templates/profile.html +++ b/profiles/templates/profile.html @@ -160,7 +160,7 @@

-
Note: to change external accounts' access, like GitHub, use EAC.
+
Note: to add or change external accounts, like GitHub, use EAC.
{% if member_info.uid == info["uid"] %}