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