You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a link to a user's personal profile page to the account info page, and moved the GDPR fine print to the bottom. Turned the 'personal-info' dagger symbols into links to the fine print. Added a dagger to the 'External Resources' section. Partially related to issue ietf-tools#3093.
regarding consent. All such information is visible on this page and shown with the
30
-
dagger symbol † next to it, or listed on your
31
-
<ahref="{% url 'ietf.community.views.view_list' user.username %}">notification subscription page</a>. Most of this
32
-
information can be edited or removed on these page. There are some exceptions, such
33
-
as photos, which currently require an email to <ahref="mailto:{{settings.SECRETARIAT_INFO_EMAIL}}">the Secretariat</a>
34
-
if you wish to update or remove the information.
15
+
<p> </p>
35
16
36
-
</p>
37
17
<p>
38
-
39
-
All the information the datatracker has that is coupled to this account and visible
40
-
on this page or otherwise related to your work on ietf documents, is also available
41
-
to you as a <ahref="{% url 'ietf.api.views.PersonalInformationExportView' %}">JSON blob</a> when
42
-
you are logged in.
43
-
18
+
The information you provide below is used to generate your <ahref="{% url 'ietf.person.views.profile' email_or_name=user.person.email %}">public datatracker profile page</a>
44
19
</p>
45
20
46
-
47
21
<hr>
48
22
49
23
<formclass="form-horizontal" method="post">
@@ -56,7 +30,7 @@ <h1>Profile for {{ user.username }}</h1>
56
30
57
31
58
32
<divclass="form-group">
59
-
<labelclass="col-sm-2 control-label">User name †</label>
33
+
<labelclass="col-sm-2 control-label">User name <ahref="#pi">†</a></label>
60
34
<divclass="col-sm-10">
61
35
<pclass="form-control-static">
62
36
{{ user.username }}
@@ -67,7 +41,7 @@ <h1>Profile for {{ user.username }}</h1>
0 commit comments