Adds email template layout and formatting
This commit is contained in:
3
bookwyrm/templates/email/text_layout.html
Normal file
3
bookwyrm/templates/email/text_layout.html
Normal file
@ -0,0 +1,3 @@
|
||||
{% load i18n %}
|
||||
{% if user %}{{ user.display_name }},{% else %}{% trans "Hi there," %}{% endif %}
|
||||
{% block content %}{% endblock %}
|
Reference in New Issue
Block a user