remove telegrams

This commit is contained in:
fowr
2023-07-15 00:24:04 -03:00
parent 715e73ae90
commit 5ef004c7ad
8 changed files with 0 additions and 192 deletions

View File

@@ -1,12 +0,0 @@
<div class="ban">
{% for telegram in telegrams %}
<div style="padding: 10px;">
<cite><time datetime="{{ telegram.created_at|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time></cite>
<p>{{ telegram.message }}</p>
</div>
<hr>
{% endfor %}
<div style="padding:20px;text-align:center;">
<a href="{{ redirect }}">{%trans 'Return' %}</a>
</div>
</div>