Updates ui and redirects for invites
This commit is contained in:
parent
9e2ab147fb
commit
2fd192d6cc
5 changed files with 56 additions and 64 deletions
8
bookwyrm/templates/snippets/about.html
Normal file
8
bookwyrm/templates/snippets/about.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<h2 class="title">About {{ site_settings.name }}</h2>
|
||||
<p class="block">
|
||||
{{ site_settings.instance_description }}
|
||||
</p>
|
||||
|
||||
<p class="block">
|
||||
<a href="/about/">More about this site</a>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue