Skip to content
Snippets Groups Projects
Verified Commit ad020641 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add option to show recipients to common announcement template

parent 3fa50753
No related branches found
No related tags found
1 merge request!184Improve announcement queries
......@@ -18,6 +18,13 @@
{% endif %}
<i class="material-icons left">announcement</i>
{% if show_recipients and announcement.recipients %}
<p>
{{ announcement.recipients.all|join:", " }}:
</p>
{% endif %}
<p>
<strong>{{ announcement.title }}</strong> <br/>
{{ announcement.description }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment