Commit df3d6e3b by Waheed Ahmed

Merge pull request #3714 from edx/waheed/lms1596-change-text-admin-dash

Text changed in admin_dashboard for course enrollments.
parents f8f542b6 2b8fafec
...@@ -56,7 +56,7 @@ def dashboard(request): ...@@ -56,7 +56,7 @@ def dashboard(request):
# table queries need not take the form of raw SQL, but do in this case since # table queries need not take the form of raw SQL, but do in this case since
# the MySQL backend for django isn't very friendly with group by or distinct # the MySQL backend for django isn't very friendly with group by or distinct
table_queries = {} table_queries = {}
table_queries["course enrollments"] = """ table_queries["course registrations (current enrollments)"] = """
select select
course_id as Course, course_id as Course,
count(user_id) as Students count(user_id) as Students
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment