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

+

e.g. + he/him; + she/her; + they/them +

@@ -238,6 +242,24 @@
+
+ + +

+ 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. +

+
+ +
+
-{{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}}