def url_name(self):
     """
     Returns this course's URL name.
     """
     return course_metadata_utils.url_name_for_course_location(self.location)
Exemple #2
0
 def url_name(self):
     """
     Returns this course's URL name.
     """
     return course_metadata_utils.url_name_for_course_location(
         self.location)