mirror of https://github.com/OCA/social.git
Review fixes
parent
b889451ab7
commit
5afdf348db
|
@ -17,10 +17,11 @@ and add a 'mass_mailing.unsubscribe.label' parameter with html to set at bottom
|
||||||
of mass emailing emails. Including '%(url)s' variable where unsubscribe link
|
of mass emailing emails. Including '%(url)s' variable where unsubscribe link
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```
|
|
||||||
<small>You can unsubscribe <a href="%(url)s">here</a></small>
|
|
||||||
|
|
||||||
```
|
.. code:: html
|
||||||
|
|
||||||
|
<small>You can unsubscribe <a href="%(url)s">here</a></small>
|
||||||
|
|
||||||
|
|
||||||
Additionally, you can disable this link if you set this parameter to 'False'
|
Additionally, you can disable this link if you set this parameter to 'False'
|
||||||
|
|
||||||
|
@ -41,14 +42,14 @@ Known issues / Roadmap
|
||||||
======================
|
======================
|
||||||
|
|
||||||
* This custom html is not translatable, so as a suggestion, you can define
|
* This custom html is not translatable, so as a suggestion, you can define
|
||||||
the same text in several languages in several lines. For example:
|
the same text in several languages in several lines.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```
|
|
||||||
<small>[EN] You can unsubscribe <a href="%(url)s">here</a></small><br/>
|
|
||||||
<small>[ES] Puedes darte de baja <a href="%(url)s">aquí</a></small>
|
|
||||||
|
|
||||||
```
|
.. code:: html
|
||||||
|
|
||||||
|
<small>[EN] You can unsubscribe <a href="%(url)s">here</a></small><br/>
|
||||||
|
<small>[ES] Puedes darte de baja <a href="%(url)s">aquí</a></small>
|
||||||
|
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
|
|
Loading…
Reference in New Issue