diff --git a/templates/recent-organization.html b/templates/recent-organization.html
index 95b5ee1..7636104 100644
--- a/templates/recent-organization.html
+++ b/templates/recent-organization.html
@@ -22,7 +22,7 @@
{% for organization in recent_organizations %}
-
+
{{ organization.organization }}
{% endfor %}
diff --git a/templates/registration/activation_email.html b/templates/registration/activation_email.html
index 25bf421..0655483 100644
--- a/templates/registration/activation_email.html
+++ b/templates/registration/activation_email.html
@@ -4,7 +4,6 @@
{% set username = user.get_username() %}
{% set button_text = _("Activate") %}
{% set domain = site.domain %}
-{% set protocol = "http" %}
{% include "general_email.html" %}
{{_("Alternatively, you can reply to this message to activate your account. Your reply must keep the following text intact for this to work:")}}
diff --git a/templates/site-logo-fragment.html b/templates/site-logo-fragment.html
index fb86795..b5c30b0 100644
--- a/templates/site-logo-fragment.html
+++ b/templates/site-logo-fragment.html
@@ -5,6 +5,6 @@
{% elif logo_override_image is defined and logo_override_image %}
{% else %}
-
{% endif %}