diff --git a/rapids/templates/rapids/exam_scores_user.html b/rapids/templates/rapids/exam_scores_user.html
index 71d2375d..207922ac 100644
--- a/rapids/templates/rapids/exam_scores_user.html
+++ b/rapids/templates/rapids/exam_scores_user.html
@@ -1,4 +1,4 @@
-{% extends 'rapids/base.html' %}
+{% extends 'base.html' %}
{% block content %}
diff --git a/sbas/templates/sbas/exam_scores_user.html b/sbas/templates/sbas/exam_scores_user.html
index 679a18c6..ca2abc81 100644
--- a/sbas/templates/sbas/exam_scores_user.html
+++ b/sbas/templates/sbas/exam_scores_user.html
@@ -1,4 +1,4 @@
-{% extends 'sbas/base.html' %}
+{% extends 'base.html' %}
{% block content %}
diff --git a/templates/user_scores_footer.html b/templates/user_scores_footer.html
index 4605db6c..035a9273 100644
--- a/templates/user_scores_footer.html
+++ b/templates/user_scores_footer.html
@@ -7,7 +7,10 @@
{% endif %}
\ No newline at end of file