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