diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-17 11:23:32 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-17 11:23:32 +0300 |
| commit | f8cf92a01f952f344ee4c3b7df153b2ffdb7988f (patch) | |
| tree | d1f20bc99722d2b94aeef772acd59083145d71ac /static/terms-of-service.html | |
| parent | 064b59812c715d60526727d42c124375a2bc89d5 (diff) | |
| parent | 57626c125d0477716a638854c4243ee0fde96923 (diff) | |
Merge branch 'develop' into kPherox/pleroma-fe-iss-149/profile-fields-display
Diffstat (limited to 'static/terms-of-service.html')
| -rw-r--r-- | static/terms-of-service.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/terms-of-service.html b/static/terms-of-service.html index c02cb719..b2c66815 100644 --- a/static/terms-of-service.html +++ b/static/terms-of-service.html @@ -1,7 +1,9 @@ <h4>Terms of Service</h4> -<p>This is a placeholder ToS.</p> +<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>Edit <code>"/static/terms-of-service.html"</code> to make it 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 + 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> -<img src="/static/logo.png"/ style="display: block; margin: auto;"> +<img src="/static/logo.png" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" /> |
