mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Remove more info box when it's not used
This commit is contained in:
parent
0eacee02ac
commit
5cfdc75c5f
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if status.user == request.user %}
|
||||
<div>
|
||||
<input class="toggle-control" type="checkbox" name="more-info-{{ status.id }}" id="more-info-{{ status.id }}">
|
||||
<div class="toggle-content hidden card-footer">
|
||||
|
@ -92,6 +93,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</footer>
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue