diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-07-08 10:18:28 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-07-08 10:18:28 +0000 |
| commit | a0ddcbdf5b19f658bc07086beaa4034a6309fe3b (patch) | |
| tree | b8c073eea11a323661deb24808e6d5e7aa557c49 | |
| parent | 4f96418143984e23db80e10b5db43779b72118a9 (diff) | |
| parent | 1767ee01d08545ea7b15867732c4988ab1b54e68 (diff) | |
Merge branch 'patch-1' into 'develop'
corrected tos.html location
See merge request pleroma/pleroma-fe!1173
| -rw-r--r-- | static/terms-of-service.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/terms-of-service.html b/static/terms-of-service.html index b2c66815..3b6bbb36 100644 --- a/static/terms-of-service.html +++ b/static/terms-of-service.html @@ -2,7 +2,7 @@ <p>This is the default placeholder ToS. You should copy it over to your static folder and edit it to fit the needs of your instance.</p> -<p>To do so, place a file at <code>"/instance/static/terms-of-service.html"</code> in your +<p>To do so, place a file at <code>"/instance/static/static/terms-of-service.html"</code> in your Pleroma install containing the real ToS for your instance.</p> <p>See the <a href='https://docs.pleroma.social/backend/configuration/static_dir/'>Pleroma documentation</a> for more information.</p> <br> |
