diff --git a/bookwyrm/templates/discover.html b/bookwyrm/templates/discover.html index 79e31f564..2ff091f08 100644 --- a/bookwyrm/templates/discover.html +++ b/bookwyrm/templates/discover.html @@ -16,7 +16,7 @@
{% if site.allow_registration %}

Join {{ site.name }}

-
+ {% include 'snippets/register_form.html' %}
{% else %} diff --git a/bookwyrm/templates/invite.html b/bookwyrm/templates/invite.html index 458ce3df7..3345424ce 100644 --- a/bookwyrm/templates/invite.html +++ b/bookwyrm/templates/invite.html @@ -7,7 +7,7 @@ {% if valid %}

Create an Account

-
+ {% include 'snippets/register_form.html' %}
diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index fe448585d..edd43f97c 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -122,10 +122,10 @@
{% else %}