fix: Fix "no comments"
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user