diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-06-21 12:22:28 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-06-21 12:22:28 -0400 |
| commit | 937705ccb0b53f22e9e5e3397a0d03142142d8c6 (patch) | |
| tree | 4d617491309a5b4868efb4d12854f6329fbc6dc0 /static | |
| parent | e113d0a250d914fa490e632e21abd53206e6482e (diff) | |
| parent | 1a5ee95ee4e7b739158bc7571b01b32b1af792ad (diff) | |
Merge branch 'feature/registration' into 'develop'
Add a registration form.
See merge request !76
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 3 | ||||
| -rw-r--r-- | static/terms-of-service.html | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index 3b6d56c4..195ee046 100644 --- a/static/config.json +++ b/static/config.json @@ -2,5 +2,6 @@ "name": "Pleroma FE", "theme": "base16-pleroma-dark.css", "background": "/static/bg.jpg", - "logo": "/static/logo.png" + "logo": "/static/logo.png", + "registrationOpen": false } diff --git a/static/terms-of-service.html b/static/terms-of-service.html new file mode 100644 index 00000000..c02cb719 --- /dev/null +++ b/static/terms-of-service.html @@ -0,0 +1,7 @@ +<h4>Terms of Service</h4> + +<p>This is a placeholder ToS.</p> + +<p>Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p> +<br> +<img src="/static/logo.png"/ style="display: block; margin: auto;"> |
