diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html
index d211dc71..668bf772 100644
--- a/bornhack/templates/base.html
+++ b/bornhack/templates/base.html
@@ -38,7 +38,6 @@
- Good to know
- - Wiki
{% if user.is_authenticated %}
- Profile
- Logout
diff --git a/profiles/templates/account/email_confirm.html b/profiles/templates/account/email_confirm.html
index e7950cd3..199d71f2 100644
--- a/profiles/templates/account/email_confirm.html
+++ b/profiles/templates/account/email_confirm.html
@@ -1,4 +1,4 @@
-{% extends 'profile_base.html' %}
+{% extends 'profiles/profile_base.html' %}
{% load i18n %}
{% load account %}
diff --git a/profiles/templates/account/verification_sent.html b/profiles/templates/account/verification_sent.html
index 835034e3..0c809ebf 100644
--- a/profiles/templates/account/verification_sent.html
+++ b/profiles/templates/account/verification_sent.html
@@ -11,4 +11,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}