diff --git a/templates/registration/login.html b/templates/registration/login.html
index 25e93ccc..3210d765 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -1,4 +1,4 @@
-{% extends '../templates/base.html' %}
+{% extends '../base.html' %}
{% block title %}Login{% endblock %}