forked from mirrors/bookwyrm
Merge branch 'main' into themes
This commit is contained in:
commit
07daa24a72
1 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@
|
||||||
|
|
||||||
{% block card-bonus %}
|
{% block card-bonus %}
|
||||||
{% if request.user.is_authenticated and not moderation_mode and not no_interact %}
|
{% if request.user.is_authenticated and not moderation_mode and not no_interact %}
|
||||||
{% with status.id|uuid as uuid %}
|
|
||||||
<section class="reply-panel is-hidden" id="show_comment_{{ status.id }}">
|
<section class="reply-panel is-hidden" id="show_comment_{{ status.id }}">
|
||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<div class="card-footer-item">
|
<div class="card-footer-item">
|
||||||
|
@ -77,6 +76,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endwith %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue