コード例 #1
0
ファイル: views.py プロジェクト: hackdaemon2/rentease
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Dashboard')
コード例 #2
0
ファイル: views.py プロジェクト: hackdaemon2/rentease
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Cleaning Service')
コード例 #3
0
ファイル: views.py プロジェクト: hackdaemon2/rentease
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Find A Roommate')
コード例 #4
0
ファイル: views.py プロジェクト: hackdaemon2/rentease
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Vendor')
コード例 #5
0
ファイル: views.py プロジェクト: hackdaemon2/rentease
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Contact Us')
コード例 #6
0
ファイル: views.py プロジェクト: hackdaemon2/rentease
 def get_context_data(self, **kwargs):
     context = super().get_context_data(**kwargs)
     return extra_context(context, 'Apartment Detail')