diff --git a/owl/templates/home.html b/owl/templates/home.html index 4f1b0400ff35f4209aaa7d4c12d77383ba45750a..3ecc8222fcf7a6ab5fc3f1a53334411f5c146917 100644 --- a/owl/templates/home.html +++ b/owl/templates/home.html @@ -37,8 +37,9 @@ <h2>News</h2> <table class=news> - <tr><td>2022-09-27<td>Major internal changes to pave way to further development. - <tr><td>2022-02-27<td>It is now possible to copy topics and their posts between courses. - Buttons have access keys set to their first letters. + <tr><td>2023-02-08<td>New formats of attachments are supported: ZIP, PNG, JPEG. + Experimental features for teachers (ask if you want to become a tester): + topics with binary verdict, automatic setting of deadlines, + automatic evaluation of topics. </table> {% endblock %}