Fix email protocol - Change to use svg logo

This commit is contained in:
cuom1999 2024-03-20 17:16:50 -05:00
parent 6dcd3ed0c9
commit d93767abdd
51 changed files with 36 additions and 80 deletions

View file

@ -8,7 +8,6 @@ def render_email_message(request, contexts):
email_contexts = {
"username": request.user.username,
"domain": current_site.domain,
"protocol": "https" if request.is_secure() else "http",
"site_name": settings.SITE_NAME,
"message": None,
"title": None,