diff --git a/pinaxcon/templates/symposion/schedule/public_base.html b/pinaxcon/templates/symposion/schedule/public_base.html index b2ae87e2e7b112d505fb2a274cd3c25103bbea7c..6b6bea9119f9e8a4852ba590ccb7041af2d245cb 100644 --- a/pinaxcon/templates/symposion/schedule/public_base.html +++ b/pinaxcon/templates/symposion/schedule/public_base.html @@ -1,5 +1,7 @@ -{% extends "lca2017/content_page.html" %} +{% extends "pyconau2017/content_page.html" %} {% load staticfiles %} -{% block header_background_image %}{% static "lca2017/images/hobart_bg_optimised.jpg" %}{% endblock %} +{% comment %} +{% block header_background_image %}{% static "pyconau2017/images/hobart_bg_optimised.jpg" %}{% endblock %} +{% endcomment %} \ No newline at end of file