Skip to content

Commit

Permalink
Fix section name
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Mar 8, 2024
1 parent c01240a commit 614a3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/views/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def recipes(request: HttpRequest) -> HttpResponse:
recipes_scope = get_scope(request)
analysis = RecipesListAnalysis(recipes_scope)
recipes_list = analysis.random(24)
return render_recipes_list(request, recipes_list, "Analyze")
return render_recipes_list(request, recipes_list, "Analyzer")


def get_scope(request: HttpRequest) -> RecipeScope:
Expand Down

0 comments on commit 614a3f8

Please sign in to comment.