diff --git a/r2/r2/templates/goldpartnerspage.html b/r2/r2/templates/goldpartnerspage.html index e433d33ff..659351c9f 100644 --- a/r2/r2/templates/goldpartnerspage.html +++ b/r2/r2/templates/goldpartnerspage.html @@ -28,6 +28,15 @@ <%namespace file="utils.html" import="_md"/> <%inherit file="reddit.html"/> +<%def name="javascript_bottom()"> + ${parent.javascript_bottom()} + + + <%def name="stylesheet()"> ${parent.stylesheet()} ${less_stylesheet('goldinfo.less')}