~widelands-dev/widelands-website/django_staticfiles

1
2
3
4
5
6
from django.conf import settings


def deleted_user_data(request):
    context = {'DELETED_USERNAME': settings.DELETED_USERNAME}
    return context