unsubscribe-url in simplenews template
This commit is contained in:
parent
a354821797
commit
16cd0ec856
|
@ -82,7 +82,11 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% if not opt_out_hidden %}
|
<p class="newsletter-footer">
|
||||||
|
<a href="[simplenews-subscriber:unsubscribe-url]">{{ unsubscribe_text }}</a>
|
||||||
|
</p>
|
||||||
|
{#
|
||||||
|
{% if not opt_out_hidden %}
|
||||||
{% if format == 'html' %}
|
{% if format == 'html' %}
|
||||||
<p class="newsletter-footer"><a
|
<p class="newsletter-footer"><a
|
||||||
href="[simplenews-subscriber:unsubscribe-url]">{{ unsubscribe_text }}</a>
|
href="[simplenews-subscriber:unsubscribe-url]">{{ unsubscribe_text }}</a>
|
||||||
|
@ -90,12 +94,16 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
-- {{ unsubscribe_text }} : [simplenews-subscriber:unsubscribe-url]
|
-- {{ unsubscribe_text }} : [simplenews-subscriber:unsubscribe-url]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if key == 'test' %}
|
|
||||||
|
{% if key == 'test' %}
|
||||||
- - - {{ test_message }} - - -
|
- - - {{ test_message }} - - -
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
#}
|
||||||
|
{% if test %}
|
||||||
|
- - - this is a test message - - -
|
||||||
|
{% endif %}
|
||||||
<p id="footer_address" style="color:#444444; text-align: center; margin: 20px 20px 0; line-height:1; font-size:10px; ">
|
<p id="footer_address" style="color:#444444; text-align: center; margin: 20px 20px 0; line-height:1; font-size:10px; ">
|
||||||
matériO SAS<br>8, rue Chaptal<br>75009 Paris<br><a href="https://materio.com" style="color:#444444">materio.com</a>
|
matériO SAS<br>8, rue Chaptal<br>75009 Paris<br><a href="https://materio.com" style="color:#444444">materio.com</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue