Skip to content

Commit

Permalink
Update statistics_actions and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyStk committed Jan 28, 2025
1 parent d7842be commit 7d82374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integreat_cms/cms/views/statistics/statistics_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def get_visits_per_language_ajax(


@require_POST
# pylint: disable=unused-argument
def get_page_accesses_ajax(request: HttpRequest, region_slug: str) -> JsonResponse:
# pylint: disable=unused-argument
"""
Ajax method to request the app hits for a certain timerange distinguished by languages.
Expand Down

0 comments on commit 7d82374

Please sign in to comment.