示例#1
0
def page_not_found_view(request, exception):
    return render(request, theme + '/404.html', get_base_context({}))
示例#2
0
    def get_context_data(self, **kwargs):
        context = super().get_context_data(**kwargs)
        get_base_context(context)
        self.theme = context['config']['v2_blog_config']['theme']

        return context
示例#3
0
    def get_context_data(self, **kwargs):
        context = super().get_context_data(**kwargs)
        get_base_context(context)

        return context