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
Copy file name to clipboardExpand all lines: warehouse/templates/accounts/register.html
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,24 @@
30
30
<divclass="horizontal-section">
31
31
<divclass="site-container">
32
32
<h1class="page-title">{% trans title=title %}Create an account on {{ title }}{% endtrans %}</h1>
33
-
33
+
<aside>
34
+
<p>
35
+
{% trans title=title %}Before creating an account on {{ title }}, familiarize yourself with the following guidelines:{% endtrans %}
36
+
</p>
37
+
<ul>
38
+
<li>{% trans title=title %}Do not use {{ title }} for any illegal or harmful activities.{% endtrans %}</li>
39
+
<li>{% trans %}Do not impersonate others or post private information without their consent.{% endtrans %}</li>
40
+
<li>{% trans %}Be respectful of other users and avoid abusive or discriminatory language.{% endtrans %}</li>
41
+
<li>{% trans %}Do not post spam or distribute malware.{% endtrans %}</li>
42
+
<li>{% trans title=title %}Do not use {{ title }} to conduct security research.{% endtrans %}</li>
43
+
</ul>
44
+
<p>
45
+
{% trans tou="https://policies.python.org/pypi.org/Terms-of-Use/", aup="https://policies.python.org/pypi.org/Acceptable-Use-Policy/" %}
46
+
For more information, please read the full <ahref="{{ tou }}" rel="noopener">Terms of Use</a> and <ahref="{{ aup }}" rel="noopener">Acceptable Use Policy</a>.
0 commit comments