Skip to content

Commit

Permalink
Make sure flat page works
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Oct 6, 2011
1 parent 16286c9 commit 897499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/data/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def effsearch(request):
form = EffSearchForm()

try:
side_bar_help = MultilingualFlatPage.objects.get_or_create(url='/eff/help/', title='EFF Help')
side_bar_help = MultilingualFlatPage.objects.get_or_create(url='/eff/help/', title='EFF Help')[0]
except MultilingualFlatPage.DoesNotExist:
side_bar_help = MultilingualFlatPage()

Expand Down

0 comments on commit 897499f

Please sign in to comment.