Restore panel.html and terms-of-service.html so tests pass
This commit is contained in:
parent
e1689cb323
commit
858f83c85a
2 changed files with 14 additions and 0 deletions
5
priv/static/instance/panel.html
Normal file
5
priv/static/instance/panel.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div style="margin-left:12px; margin-right:12px">
|
||||
<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p>
|
||||
<p><a href="/main/all">Pleroma FE</a></p>
|
||||
</div>
|
||||
|
9
priv/static/static/terms-of-service.html
Normal file
9
priv/static/static/terms-of-service.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<h4>Terms of Service</h4>
|
||||
|
||||
<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/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.svg" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" />
|
Loading…
Reference in a new issue