From 0a9f0cd7372799d92926ed7464ea33288dfe9c05 Mon Sep 17 00:00:00 2001 From: Johan Castiblanco <51926076+johanv26@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:29:04 -0500 Subject: [PATCH] chore: apply suggestions from code review --- eox_nelp/stats/urls.py | 2 +- eox_nelp/stats/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eox_nelp/stats/urls.py b/eox_nelp/stats/urls.py index 783cf50c..fb2bdfc6 100644 --- a/eox_nelp/stats/urls.py +++ b/eox_nelp/stats/urls.py @@ -1,4 +1,4 @@ -"""frontend templates urls for course_experience""" +"""frontend templates urls for stats""" from django.urls import path from eox_nelp.stats.views import get_tenant_stats diff --git a/eox_nelp/stats/views.py b/eox_nelp/stats/views.py index 3ec1726b..76f812c6 100644 --- a/eox_nelp/stats/views.py +++ b/eox_nelp/stats/views.py @@ -18,7 +18,7 @@ def get_tenant_stats(request): by default the view render all componets: /eox-nelp/stats/tenant/ filter components: eg dont show videos and courses. - /eox-nelp/stats/tenant/?videos=False&courses=false + /eox-nelp/stats/tenant/?videos=false&courses=false The available options are: videos