diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-06 21:29:42 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-06 21:29:42 +0100 |
commit | fa04cb6fb6da7861c6d23991a5c2636e5b2a641f (patch) | |
tree | 7d12e02a61db119c77ee21ac1fd20cf031e19972 /hyperkitty/templates/message.html | |
parent | 69aeee8dce2840cb2bb220986e49fcbc690d25a3 (diff) | |
download | hyperkitty-fa04cb6fb6da7861c6d23991a5c2636e5b2a641f.tar.gz hyperkitty-fa04cb6fb6da7861c6d23991a5c2636e5b2a641f.tar.xz hyperkitty-fa04cb6fb6da7861c6d23991a5c2636e5b2a641f.zip |
Refactoring of HTML tags and CSS classes
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r-- | hyperkitty/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index c4df974..10e71ec 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -24,7 +24,7 @@ </div> <section id="thread_content"> - {% include 'messages/first_email.html' with first_mail=message %} + {% include 'messages/message.html' with email=message unfolded='True' %} </section> </div> |