SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 2e27c212 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Try beautifying html email footer

parent d3a50c47
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ from .models import * ...@@ -12,7 +12,8 @@ from .models import *
EMAIL_FOOTER = ( EMAIL_FOOTER = (
'{% load staticfiles %}' '{% load staticfiles %}'
'<ul style="background-color: #f0f0f0; color: #002B49; list-style-type: none; padding: 5px 5px;">' '<ul style="background-color: #f0f0f0; color: #002B49; list-style-type: none; padding: 5px 5px; '
'display: inline-block; vertical-align: middle;">'
'<li style="display: inline; margin: 0px; padding: 0px;"><a href="https://scipost.org">' '<li style="display: inline; margin: 0px; padding: 0px;"><a href="https://scipost.org">'
'<img src="{% static \'scipost/images/logo_scipost_with_bgd_small.png\' %}" width="64px" ' '<img src="{% static \'scipost/images/logo_scipost_with_bgd_small.png\' %}" width="64px" '
'style="margin: 0px; padding: 0px;"></a></li>' 'style="margin: 0px; padding: 0px;"></a></li>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment