evorepo/main/context_processors.py

6 lines
132 B
Python
Raw Normal View History

from django.conf import settings
def mastodon_link(request):
return {'MASTODON_LINK': getattr(settings, "MASTODON_LINK", "")}