Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Do not propagate mobile_site=True to template on release dashboard un…
Browse files Browse the repository at this point in the history
…til it is mobilified. Bug 632225.
  • Loading branch information
Fred Wenzel committed Mar 16, 2011
1 parent 7c6358e commit 986f773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/search/views.py
Expand Up @@ -317,5 +317,8 @@ def release(request):
utc=True, # The date partitions are by UTC.
)

# TODO do not mess with mobile site detection anymore once the release
# dashboard is mobilified. Bug 632225.
request.mobile_site = False
template = 'search/release.html'
return jingo.render(request, template, data)

0 comments on commit 986f773

Please sign in to comment.