-# Copyright (C) 2018, 2020 The Meme Factory, Inc. http://www.karlpinc.com/
+# Copyright (C) 2018, 2020, 2024 The Meme Factory, Inc.
+# http://www.karlpinc.com/
# This file is part of PGWUI_Common.
#
def errors_base_view(wrapped):
- '''Decorator for any view which includes errors_base.mk.
+ '''Decorator for any view which includes errors_base.mak.
'''
def wrapper(request):
'''Add variables needed by errors_base.mk to the response.
def auth_base_view(wrapped):
- '''Decorator for any view which includes auth_base.mk.
+ '''Decorator for any view which includes auth_base.mak.
'''
def wrapper(request):
'''Add variables needed by auth_base.mk to the response.