From 68132a6ac29cc290cfa4b6b6b597797945deceb5 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:30:10 +1300 Subject: [PATCH] warnings on domains --- app/templates/domain/domain.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/domain/domain.html b/app/templates/domain/domain.html index 01d38ae7..09af68c0 100644 --- a/app/templates/domain/domain.html +++ b/app/templates/domain/domain.html @@ -16,6 +16,9 @@

{{ domain.name }}

+ {% if domain.post_warning -%} +

{{ domain.post_warning }}

+ {% endif -%}
{% for post in posts.items %} {% include 'post/_post_teaser.html' %}