diff --git a/subscriptions/templates/subscriptions/base.html b/subscriptions/templates/subscriptions/base.html
index dba8f03..8c86aaf 100644
--- a/subscriptions/templates/subscriptions/base.html
+++ b/subscriptions/templates/subscriptions/base.html
@@ -6,8 +6,8 @@
{% block title %}Poker Analytics{% endblock %}
{% load static %}
-
-
+
+
@@ -17,7 +17,7 @@
Poker Analytics
diff --git a/subscriptions/templates/subscriptions/monthly_summary.html b/subscriptions/templates/subscriptions/monthly_summary.html
index 559da00..115acb0 100644
--- a/subscriptions/templates/subscriptions/monthly_summary.html
+++ b/subscriptions/templates/subscriptions/monthly_summary.html
@@ -1,5 +1,5 @@
-{% extends "base.html" %}
+{% extends "subscriptions/base.html" %}
{% block title %}Monthly Offer Summary{% endblock %}
@@ -17,7 +17,7 @@
{% for offer in month_data.offers %}
-
-
{{ offer.offerIdentifier }}
diff --git a/subscriptions/templates/subscriptions/offer_detail.html b/subscriptions/templates/subscriptions/offer_detail.html
index 5191ea4..c5bc17b 100644
--- a/subscriptions/templates/subscriptions/offer_detail.html
+++ b/subscriptions/templates/subscriptions/offer_detail.html
@@ -1,5 +1,5 @@
-{% extends "base.html" %}
+{% extends "subscriptions/base.html" %}
{% block title %}Offer Detail: {{ offer_id }} - {{ month_name }}{% endblock %}
@@ -8,7 +8,7 @@
{{ offer_id }} - {{ month_name }}
-