Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Bug 695113 fix mozilla page I munged
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Oct 19, 2011
1 parent 2cbfc81 commit 878f990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/landing/views.py
Expand Up @@ -7,7 +7,7 @@
import responsys

from devmo import (SECTION_USAGE, SECTION_ADDONS, SECTION_APPS, SECTION_MOBILE,
SECTION_WEB)
SECTION_WEB, SECTION_MOZILLA)
from feeder.models import Bundle, Feed
from demos.models import Submission
from landing.forms import SubscriptionForm
Expand Down Expand Up @@ -46,7 +46,7 @@ def addons(request):

def mozilla(request):
"""Mozilla Applications landing page."""
return common_landing(request, section=SECTION_APPS)
return common_landing(request, section=SECTION_MOZILLA)


def search(request):
Expand Down

0 comments on commit 878f990

Please sign in to comment.