Пример #1
0
 def get_community_resource_feature_link_url(self):
     return build_document_url(self.community_resource_feature_link.url)
Пример #2
0
 def get_link_document(self):
     return build_document_url(self.link_document.url)
Пример #3
0
 def get_low_res_pdf_url(self):
     if self.low_resolution_pdf:
         return build_document_url(self.low_resolution_pdf.url)
     else:
         return None
Пример #4
0
 def get_community_resource_logo_url(self):
     if self.community_resource_logo:
         return build_document_url(self.community_resource_logo.url)
     else:
         return None
Пример #5
0
 def get_cover_url(self):
     return build_document_url(self.cover.url)
Пример #6
0
 def get_title_image_url(self):
     return build_document_url(self.title_image.url)
Пример #7
0
 def get_link_document(self):
     return build_document_url(self.link_document.url)
Пример #8
0
 def get_student_handbook_url(self):
     return build_document_url(self.student_handbook.url)
Пример #9
0
 def get_low_res_pdf_url(self):
     if self.low_resolution_pdf:
         return build_document_url(self.low_resolution_pdf.url)
     else:
         return None
Пример #10
0
 def get_cover_url(self):
     return build_document_url(self.cover.url)
Пример #11
0
 def get_student_handbook_url(self):
     return build_document_url(self.student_handbook.url)