diff --git a/templates/password_reset/base.html b/templates/password_reset/base.html
index 75aebfd..d6c32ad 100644
--- a/templates/password_reset/base.html
+++ b/templates/password_reset/base.html
@@ -1 +1 @@
-{% extends "login_base.html" %}
\ No newline at end of file
+{% extends "login.html" %}
\ No newline at end of file
diff --git a/webapp/templates/base.html b/webapp/templates/base.html
index 152b2e0..6e5fabf 100644
--- a/webapp/templates/base.html
+++ b/webapp/templates/base.html
@@ -6,7 +6,6 @@
{% block styles %}
-
{% endblock styles %}
diff --git a/webapp/templates/navigation.html b/webapp/templates/navigation.html
index 42359fe..7e6dff5 100644
--- a/webapp/templates/navigation.html
+++ b/webapp/templates/navigation.html
@@ -1,5 +1,4 @@
{% load i18n %}
-