Skip to content

Commit

Permalink
apps/notifications: show moderator status in email
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzylogic2000 authored and Rineee committed Jan 19, 2023
1 parent 5294308 commit ab78dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
{% if object.moderator_status %}
<p>
Der Status Ihres Beitrags hat sich geändert und steht nun auf “{{ object.get_moderator_feedback_display }}”.
Der Status Ihres Beitrags hat sich geändert und steht nun auf “{{ object.get_moderator_status_display }}”.
</p>
{% endif %}
{% if object.moderator_feedback_text.feedback_text %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
{% if object.moderator_status %}
<p>
The status of your contribution has been changed and is now “{{ object.get_moderator_feedback_display }}".
The status of your contribution has been changed and is now “{{ object.get_moderator_status_display }}".
</p>
{% endif %}
{% if object.moderator_feedback_text.feedback_text %}
Expand Down

0 comments on commit ab78dd1

Please sign in to comment.