make layer collapsed/expanded state sticky

This commit is contained in:
rolux 2012-01-11 13:21:26 +05:30
commit 758c821d5a
7 changed files with 23 additions and 8 deletions

View file

@ -74,7 +74,7 @@ def opensearch_xml(request):
def robots_txt(request, url):
return HttpResponse(
'User-agent: *\nDisallow:\nSitemap: %s\n' % request.build_absolute_uri('/sitemap.xml.gz'),
'User-agent: *\nDisallow:\nSitemap: %s\n' % request.build_absolute_uri('/sitemap.xml'),
'text/plain'
)