schon/engine/core/utils/messages.py

3 lines
140 B
Python

from django.utils.translation import gettext_lazy as _
permission_denied_message = _("you do not have permission to perform this action.")