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