Implemented dynamic generation of newsletter.
Takes the contents of the latest event and renders mailchimp-friendly html on /newsletter_content/ that can be inserted in a code block into mailchimp easily
This commit is contained in:
parent
45d6465031
commit
6918dfddce
58 changed files with 555 additions and 55 deletions
|
|
@ -71,6 +71,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -103,6 +105,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -162,7 +166,7 @@
|
|||
<div class="col-md-2">
|
||||
<div class="upcoming-media">
|
||||
|
||||
<img src=https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/p480x480/10420223_797446157006435_3830969453492917667_n.jpg?oh=b28409a0de267f1b9eacb35eb415e6cb&oe=559F4952&__gda__=1436374796_7f8ca7c45e7cb962e3e85b170beadc60></img>
|
||||
<img src=/images/7f8ca7c45e7cb962e3e85b170beadc60.png></img>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -308,7 +312,7 @@
|
|||
|
||||
<div class="artist-media">
|
||||
|
||||
<img src=https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/p480x480/10420223_797446157006435_3830969453492917667_n.jpg?oh=b28409a0de267f1b9eacb35eb415e6cb&oe=559F4952&__gda__=1436374796_7f8ca7c45e7cb962e3e85b170beadc60></img>
|
||||
<img src=/images/7f8ca7c45e7cb962e3e85b170beadc60.png></img>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue