Пример #1
0
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Dashboard')
Пример #2
0
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Cleaning Service')
Пример #3
0
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Find A Roommate')
Пример #4
0
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Vendor')
Пример #5
0
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Contact Us')
Пример #6
0
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Apartment Detail')