File tree 6 files changed +74
-4
lines changed
src/open_inwoner/templates/mail
6 files changed +74
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ django-view-breadcrumbs
38
38
markdown
39
39
django_better_admin_arrayfield
40
40
humanfriendly
41
- git+https://github.com/maykinmedia/mail-editor.git@a5743ff0f997a91d8202015b79966533f014f5bd #egg=mail-editor
41
+ git+https://github.com/maykinmedia/mail-editor.git@255bb498b1a0ddee12be4913ed90e7ccdc79e7a0 #egg=mail-editor
42
42
fontawesomefree
43
43
django-timeline-logger
44
44
django-csp
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ lxml==4.9.1
347
347
# maykin-python3-saml
348
348
# svglib
349
349
# xmlsec
350
- mail-editor @ git+https://github.com/maykinmedia/mail-editor.git@a5743ff0f997a91d8202015b79966533f014f5bd
350
+ mail-editor @ git+https://github.com/maykinmedia/mail-editor.git@255bb498b1a0ddee12be4913ed90e7ccdc79e7a0
351
351
# via -r requirements/base.in
352
352
mail-parser==3.15.0
353
353
# via django-yubin
Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ lxml==4.9.1
605
605
# pyquery
606
606
# svglib
607
607
# xmlsec
608
- mail-editor @ git+https://github.com/maykinmedia/mail-editor.git@a5743ff0f997a91d8202015b79966533f014f5bd
608
+ mail-editor @ git+https://github.com/maykinmedia/mail-editor.git@255bb498b1a0ddee12be4913ed90e7ccdc79e7a0
609
609
# via
610
610
# -c requirements/base.txt
611
611
# -r requirements/base.txt
Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ lxml==4.9.1
696
696
# pyquery
697
697
# svglib
698
698
# xmlsec
699
- mail-editor @ git+https://github.com/maykinmedia/mail-editor.git@a5743ff0f997a91d8202015b79966533f014f5bd
699
+ mail-editor @ git+https://github.com/maykinmedia/mail-editor.git@255bb498b1a0ddee12be4913ed90e7ccdc79e7a0
700
700
# via
701
701
# -c requirements/ci.txt
702
702
# -r requirements/ci.txt
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ < html xmlns ="http: //www.w3.org/1999/xhtml ">
3
+ < head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
5
+ < meta name ="viewport " content ="width=device-width " />
6
+
7
+ <!-- Fallback styling only, use inline -->
8
+ < style >
9
+ # outlook a {
10
+ padding : 0 ;
11
+ }
12
+ body {
13
+ width : 100% !important ;
14
+ }
15
+ body {
16
+ -webkit-text-size-adjust : none;
17
+ }
18
+ body {
19
+ margin : 0 ;
20
+ padding : 0 ;
21
+ }
22
+ img {
23
+ border : none;
24
+ font-size : 14px ;
25
+ font-weight : bold;
26
+ height : auto;
27
+ line-height : 100% ;
28
+ outline : none;
29
+ text-decoration : none;
30
+ text-transform : capitalize;
31
+ }
32
+ a {
33
+ color : # 059EC2 ;
34
+ }
35
+
36
+ @media (max-width : 580px ) {
37
+ h1 , h2 , h3 , h4 , h5 , h6 ,
38
+ a , p ,
39
+ img {
40
+ width : 100% !important ;
41
+ height : auto!important ;
42
+ margin-left : 0 !important ;
43
+ }
44
+ }
45
+ </ style >
46
+ <!-- End fallback styling -->
47
+ </ head >
48
+
49
+ < body style ="
50
+ -ms-text-size-adjust: 100%;
51
+ -webkit-text-size-adjust: 100%;
52
+ background-color: #fff;
53
+ color: #000;
54
+ font-family: Arial, sans-serif;
55
+ font-size: 17px;
56
+ font-weight: normal;
57
+ min-width: 100%;
58
+ margin: 0;
59
+ line-height: 1.2;
60
+ padding: 0;
61
+ text-align: left;
62
+ width: 100% !important;
63
+ ">
64
+
65
+ < center >
66
+ {{ content }}
67
+ </ center >
68
+ </ body >
69
+ </ html >
Original file line number Diff line number Diff line change
1
+ {{ default }}
You can’t perform that action at this time.
0 commit comments