diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 9c9e29e47..a37300920 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -1,3 +1,5 @@ +{% set random = range(1, 13)|random() %} + @@ -40,13 +42,17 @@
-
+
{% if ref_user %}

@{{ref_user.username}} has invited you!

Looks like someone wants you to join {{'SITE_NAME' | app_config}}.

{% endif %} +
+ logo +
+