add motd editor and motd display

This commit is contained in:
2026-05-27 02:02:55 +03:00
parent e74b9403e9
commit 303750a281
8 changed files with 96 additions and 12 deletions

View File

@@ -10,6 +10,10 @@
<img src="/static/icons/error.svg" alt="error" style="width: {{width}}px;">
{%- endmacro -%}
{%- macro icn_megaphone(width=48) -%}
<img src="/static/icons/megaphone.svg" alt="megaphone" style="width: {{width}}px;">
{%- endmacro -%}
{%- macro icn_bookmark(width=16) -%}
<img src="/static/icons/bookmark.svg" alt="bookmark" style="width: {{width}}px;">
{%- endmacro -%}