Skip to content

Commit

Permalink
fix bug for email into subject
Browse files Browse the repository at this point in the history
  • Loading branch information
simodalla committed Feb 23, 2018
1 parent b625d85 commit 231f783
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
{% load i18n %}

{# Translators: Subject of email sends on creation of ticket to operators #}
{% blocktrans with message_verbose_name=message_verbose_name|lower %}You have new {{ message_verbose_name }} by {{ message_from_email }}{% endblocktrans %}
{% blocktrans with message_verbose_name=message_verbose_name|lower message_from_email=message_from_email %}You have new {{ message_verbose_name }} by {{ message_from_email }}{% endblocktrans %}

0 comments on commit 231f783

Please sign in to comment.