digest: Display the text email also in the /digest view.

This commit is contained in:
Puneeth Chaganti 2019-05-01 09:29:20 +05:30 committed by Tim Abbott
parent 81bcdf2e94
commit 7000834a2b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
{% include 'zerver/emails/compiled/digest.html' %}
<img id="digest-footer" src="/static/images/emails/footer.png"/>
</div>
<pre>{% include 'zerver/emails/digest.txt' %}</pre>
<div class="digest-address-link"> {{physical_address}}</div>
</div>
{% include 'zerver/footer.html' %}