views.py
66.5 KB
-
Minor update to if-else to avoid unnecessary query · b574641f
If an anonymous learner visits the course tab view, we now perform one less query to check enrollment status. This query has been moved inside an else statement, and is only called if the learer is logged in.
Clinton Blackburn committed