Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Jun 30, 2023
1 parent 7ebb1cc commit 0a9f0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eox_nelp/stats/urls.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion eox_nelp/stats/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a9f0cd

Please sign in to comment.