warnings on domains

This commit is contained in:
rimu 2024-12-13 19:30:10 +13:00
parent d98a5e19d3
commit 68132a6ac2

View file

@ -16,6 +16,9 @@
</ol>
</nav>
<h1 class="mt-2">{{ domain.name }}</h1>
{% if domain.post_warning -%}
<p>{{ domain.post_warning }}</p>
{% endif -%}
<div class="post_list">
{% for post in posts.items %}
{% include 'post/_post_teaser.html' %}