Skip to content

Commit

Permalink
Fix issue with missing short.text for pinax notifications (#1429)
Browse files Browse the repository at this point in the history
Co-authored-by: Dimas Ciputra <[email protected]>
  • Loading branch information
dimasciput and Dimas Ciputra authored May 9, 2022
1 parent fec7026 commit a92de9b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% autoescape off %}{% load i18n %}{% blocktrans %}{{ notice }}{% endblocktrans %}{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% autoescape off %}{% load i18n %}{% blocktrans %}{{ notice }}{% endblocktrans %}{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% autoescape off %}{% load i18n %}{% blocktrans %}{{ notice }}{% endblocktrans %}{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% autoescape off %}
{% load i18n %}
{% blocktrans %}{{ notice }}{% endblocktrans %} for {{ sustaining_member_name }}
{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% autoescape off %}{% load i18n %}{% blocktrans %}{{ notice }}{% endblocktrans %}{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% autoescape off %}
{% load i18n %}
{% blocktrans %}{{ notice }}{% endblocktrans %} for {{ sustaining_member_name }}
{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% autoescape off %}
{% load i18n %}
{% blocktrans %}{{ notice }}{% endblocktrans %} for {{ sustaining_member.name }}
{% endautoescape %}

0 comments on commit a92de9b

Please sign in to comment.