You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/code/dmoj-virtenv/src/dmoj-wpadmin/wpadmin/templatetags/wpadmin_tags.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
.get('title', context.get('site_title', _('Django site admin')))
/code/dmoj-virtenv/src/dmoj-wpadmin/wpadmin/menu/menus.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
title=_('Dashboard'),
/code/dmoj-virtenv/src/dmoj-wpadmin/wpadmin/menu/menus.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description=_('Dashboard'),
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: