Files
komp_ac/web/templates/ui/notice.html
2026-08-14 20:35:37 +02:00

6 lines
300 B
HTML

{#
One-line inline notice — crate::ui::Notice. Used where a full alert card is
too heavy: analytics errors and the "log in first" prompts.
#}
<p class="{% if error %}error{% else %}hint{% endif %}">{{ message }}{% if login_link %} {{ locale.lookup("notice-log-in-first")|safe }}{% endif %}</p>