From 9428f9f506b5f475113cc724caaecc65eaec35fd Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Wed, 8 Feb 2023 19:18:26 +0100 Subject: [PATCH] News: February 2023 edition --- owl/templates/home.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/owl/templates/home.html b/owl/templates/home.html index 4f1b040..3ecc822 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 %} -- GitLab