mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
warnings on domains
This commit is contained in:
parent
d98a5e19d3
commit
68132a6ac2
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
<h1 class="mt-2">{{ domain.name }}</h1>
|
<h1 class="mt-2">{{ domain.name }}</h1>
|
||||||
|
{% if domain.post_warning -%}
|
||||||
|
<p>{{ domain.post_warning }}</p>
|
||||||
|
{% endif -%}
|
||||||
<div class="post_list">
|
<div class="post_list">
|
||||||
{% for post in posts.items %}
|
{% for post in posts.items %}
|
||||||
{% include 'post/_post_teaser.html' %}
|
{% include 'post/_post_teaser.html' %}
|
||||||
|
|
Loading…
Reference in a new issue