diff --git a/web/templates/account/settings.html b/web/templates/account/settings.html
index bd5493e..b75bec0 100644
--- a/web/templates/account/settings.html
+++ b/web/templates/account/settings.html
@@ -108,7 +108,11 @@
name="pronouns"
maxlength="30"
value="{{$User.GetProfileField "pronouns"}}">
-
e.g. he/him; she/her
+
+
+
Explicit Content Filter
+
+
+ Show explicit content
+
+
+ Check this box if you are OK seeing explicit content on this site, which may
+ include erections or sexually charged content. These may appear on the Site
+ Gallery as well as user profile pages.
+
+
+
+
+
Profile Visibility
@@ -287,28 +309,10 @@
-
-
Explicit Content Filter
-
-
- Show explicit content
-
-
- Check this box if you are OK seeing explicit content on this site, which may
- include erections or sexually charged content. These may appear on the Site
- Gallery as well as user profile pages.
-
-
-
-
-
Who can send me the first Message?
-
+
Note: this refers to Direct Messages on the main website
(not inside the chat room).
diff --git a/web/templates/account/signup.html b/web/templates/account/signup.html
index 99a82b0..79091a9 100644
--- a/web/templates/account/signup.html
+++ b/web/templates/account/signup.html
@@ -51,6 +51,11 @@
sexually charged content, mark those pictures as 'explicit' when uploading them or post them only to the
designated explicit forums so nudists who prefer not to see don't have to.
+
+ 😡 No hate speech. We take a "zero tolerance" stance against Nazis,
+ TERFs , transphobia, homophobia
+ or other forms of bigotry.
+
🔞 You must be 18 years or older to sign up for this website.
@@ -147,4 +152,4 @@
-{{end}}
\ No newline at end of file
+{{end}}
diff --git a/web/templates/inbox/compose.html b/web/templates/inbox/compose.html
index c15a53f..1ab5f7a 100644
--- a/web/templates/inbox/compose.html
+++ b/web/templates/inbox/compose.html
@@ -53,6 +53,14 @@
+
+
+
Reminder: don't share sensitive information over Direct Messages.
+ Please review the
Privacy Policy and
+
Terms of Service as it pertains to DMs on
+ the main website and the chat room.
+
+
Send Message
@@ -80,4 +88,4 @@
});
});
-{{end}}
\ No newline at end of file
+{{end}}
diff --git a/web/templates/inbox/inbox.html b/web/templates/inbox/inbox.html
index a9bb84c..b07447d 100644
--- a/web/templates/inbox/inbox.html
+++ b/web/templates/inbox/inbox.html
@@ -34,13 +34,21 @@
{{InputCSRF}}
-
-
+
Markdown formatting supported.
+
+
+
Reminder: don't share sensitive information over Direct Messages.
+ Please review the
Privacy Policy and
+
Terms of Service as it pertains to DMs on
+ the main website and the chat room.
+
+
Send Reply
@@ -227,4 +235,4 @@
-{{end}}
\ No newline at end of file
+{{end}}
diff --git a/web/templates/index.html b/web/templates/index.html
index 8997b28..aa8a4c3 100644
--- a/web/templates/index.html
+++ b/web/templates/index.html
@@ -74,6 +74,11 @@
sexually charged content, mark those pictures as 'explicit' when uploading them or post them only to the
designated explicit forums so nudists who prefer not to see don't have to.
+
+ 😡 No hate speech. We take a "zero tolerance" stance against Nazis,
+ TERFs , transphobia, homophobia
+ or other forms of bigotry.
+
🔞 You must be 18 years or older to sign up for this website.
diff --git a/web/templates/photo/gallery.html b/web/templates/photo/gallery.html
index 7b6466f..737647f 100644
--- a/web/templates/photo/gallery.html
+++ b/web/templates/photo/gallery.html
@@ -173,7 +173,7 @@
Found {{.Pager.Total}} photo{{Pluralize64 .Pager.Total}} (page {{.Pager.Page}} of {{.Pager.Pages}}).
{{if .ExplicitCount}}
- {{.ExplicitCount}} explicit photo{{Pluralize64 .ExplicitCount}} hidden per your settings.
+ {{.ExplicitCount}} explicit photo{{Pluralize64 .ExplicitCount}} hidden per your settings .
{{end}}
{{end}}