fix: Fix "no comments"
This commit is contained in:
parent
e77a936c30
commit
7bcab5bb59
@ -7,7 +7,9 @@
|
||||
{% include "fellchensammlung/partials/partial-comment.html" %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% translate 'Noch keine Kommentare' %}
|
||||
<div class="card">
|
||||
<p>{% translate 'Noch keine Kommentare' %}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
@ -5,9 +5,9 @@
|
||||
<b>{{ comment.user }}</b>
|
||||
{{ comment.created_at }}
|
||||
</div>
|
||||
<p>
|
||||
{{ comment.text | render_markdown }}
|
||||
</p>
|
||||
<p>
|
||||
{{ comment.text | render_markdown }}
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user