| Conditions | 1 |
| Total Lines | 15 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | # -*- coding: utf-8 -*- |
||
| 4 | def get_oe_email_footer_html(): |
||
| 5 | return """ |
||
| 6 | <div style="float:left; width:100%;"> |
||
| 7 | Onroerend Erfgoed<br/> |
||
| 8 | Phoenixgebouw | Koning Albert II-laan 19 bus 5 | 1210 Brussel <br/> |
||
| 9 | <div style="width:100%"> |
||
| 10 | <div style="float:left; width:100%"> |
||
| 11 | <a href='https://www.onroerenderfgoed.be'>www.onroerenderfgoed.be</a> |
||
| 12 | </div> |
||
| 13 | <div style="float:left; width:100%"> |
||
| 14 | <img src="https://www.onroerenderfgoed.be/assets/img/logo-vlaanderen.png" height="100"> |
||
| 15 | </div> |
||
| 16 | </div> |
||
| 17 | </div> |
||
| 18 | """ |
||
| 19 | |||
| 28 | """ |