diff options
-rw-r--r-- | templates/base.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/base.html b/templates/base.html index 4f468f2e..5aa52152 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,21 +38,6 @@ <li><a href="/devel/">Dashboard</a></li> </ul> </div> - {% else %} - <div id="ads"> - <script type="text/javascript"><!-- - google_ad_client = "pub-3170555743375154"; - google_ad_width = 468; - google_ad_height = 60; - google_ad_format = "468x60_as"; - google_color_border = "ffffff"; - google_color_bg = "ffffff"; - google_color_link = "0771A6"; - google_color_url = "99AACC"; - google_color_text = "000000"; - //--></script> - <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> - </div> {% endif %} {% endblock %} </div> |