Added unsubscribe ability
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
<div style="width: calc(100% - 2px); border: solid 1px rgba(0,0,0,0.2)">
|
||||
<div style="width: calc(100% - 1rem); background-color: #00305b; color: #ffffff; padding: 0.5rem">
|
||||
<img src="{{ base_url }}{% static 'main/img/logo.png' %}" width="30" height="30" style="display: inline-block; vertical-align: top" alt="">
|
||||
<img src="{{ base_url }}{% static 'main/img/logo.png' %}" width="30" height="30" style="display: inline-block; vertical-align: top; margin: 1em;" alt="">
|
||||
<div style="display: inline-block; font-size: 1.25rem;">
|
||||
ONTARIO ASSOCIATION OF
|
||||
<br>
|
||||
@ -33,7 +33,7 @@
|
||||
</div>
|
||||
<div style="background-color: #00305b; color: #ffffff; width:100%">
|
||||
<div style="text-align: center">
|
||||
<p style="margin-bottom: 0;">© 2017 Ontario Association of Child Protection Lawyers.</p>
|
||||
<p style="margin-bottom: 0;">© 2017 Ontario Association of Child Protection Lawyers.{% if unsubscribe %} Unsubscribe <a href="{% url 'unsubscribe' %}">here</a>{% endif %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user