initial commit
[django-migdal.git] / migdal / templates / migdal / mail / manager_new_entry.txt
1 {% load url from future %}W serwisie pojawił się nowy wpis.
2 http://localhost:8000{% url 'admin:migdal_entry_change' object.pk %}
3
4 Autor: {{ object.author|default_if_none:"" }}
5 E-mail: {{ object.author_email|default_if_none:"" }}
6 Tytuł [pl]: {{ object.title_pl|default_if_none:"" }}
7 Tytuł [en]: {{ object.title_en|default_if_none:"" }}
8 Kategorie: {{ object.categories.all|join:", " }}
9
10 ---
11 {{ object.lead_pl.raw }}
12 ---
13 {{ object.lead_en.raw }}
14 ---