Beispiel #1
0
 def get_context_data(self, **kwargs):
     context = super(ShowArticle, self).get_context_data(**kwargs)
     context = dict(context, **get_common_context())
     return context
Beispiel #2
0
 def get_context_data(self, **kwargs):
     context = super(ArticlesList, self).get_context_data(**kwargs)
     return dict(context, **get_common_context())