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 @@