1 # Generated by Django 2.2 on 2019-05-08 16:04
3 from django
.db
import migrations
, models
6 class Migration(migrations
.Migration
):
9 ('postorius', '0008_auto_20190310_0717'),
13 migrations
.AlterField(
14 model_name
='emailtemplate',
16 field
=models
.TextField(blank
=True,
17 help_text
="Note: Do not add any secret content in templates as they are publicly accessible.\nYou can use these variables in the templates. \n$hyperkitty_url: Permalink to archived message in Hyperkitty\n$listname: Name of the Mailing List e.g. ant@example.com \n$list_id: The List-ID header e.g. ant.example.com \n$display_name: Display name of the mailing list e.g. Ant \n$short_listname: Local part of the listname e.g. ant \n$domain: The domain part of the listname e.g. example.com \n$info: The mailing list's longer descriptive text \n$request_email: The email address for -request address \n$owner_email: The email address for -owner address \n$site_email: The email address to reach the owners of the site \n$language: The two letter language code for list's preferred language e.g. fr, en, de \n"), # noqa: E501