diff options
author | eliott <eliott@cactuswax.net> | 2008-03-22 21:00:47 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-03-22 21:00:47 -0700 |
commit | f41fc770e4151f7556011afcb990095f98d5b879 (patch) | |
tree | 19857c40b160098f037a3da7b869793362ae7258 | |
parent | 93aae48615ae1a45555e96d25477282f0e43c7a9 (diff) |
Removed ads from the devel site
-rw-r--r-- | templates/base.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/base.html b/templates/base.html index 4f468f2e..9aa05c58 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,8 +26,6 @@ </ul> {% endblock %} </div> - {% block ads %} - {% if not user.is_anonymous %} <div id="dev_nav"> <ul> <li><a href="/accounts/logout/">Logout</a></li> @@ -38,23 +36,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> <div id="content"> {% block content %} |