Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
v-anne committed Sep 23, 2024
1 parent 07e7f4c commit 0763a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/favorites/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@ async def open_prayers(request: HttpRequest) -> HttpResponse:
"top_prayers.html",
{
"top_prayers": top_prayers,
"private": False, # temporary to prevent Google indexing
"private": True, # temporary to prevent Google indexing
},
)

0 comments on commit 0763a68

Please sign in to comment.