Beispiel #1
0
 def get_context_data(self, *args, **kwargs):
     """Add domain information to view context."""
     context = super().get_context_data(*args, **kwargs)
     context['domainname'] = xmpp.get_domainname()
     return context
Beispiel #2
0
 def get_context_data(self, *args, **kwargs):
     """Add domain information to view context."""
     context = super().get_context_data(*args, **kwargs)
     context['domainname'] = xmpp.get_domainname()
     return context
Beispiel #3
0
 def get_context_data(self, *args, **kwargs):
     context = super().get_context_data(*args, **kwargs)
     context['domainname'] = xmpp.get_domainname()
     return context
Beispiel #4
0
 def get_context_data(self, *args, **kwargs):
     context = super().get_context_data(*args, **kwargs)
     context['domainname'] = xmpp.get_domainname()
     return context