forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 21:47:12 -06:00
parent 04678d8596
commit 5d6bb05eca
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
{% block actionsModal %}
<div style="display:none" id="popover-{{p.id}}">
<!-- <div style="display:none" id="popover-{{p.id}}">
<div class="popover-user-profile" role="tooltip">
<img class="w-100 h-64 object-cover" src="{{p.author.banner_url}}">
<div class="d-flex align-items-end px-3 mt-n6 mb-3">
@ -168,7 +168,7 @@
</a>
</div>
</div>
</div>
</div> -->
{% endblock %}