forked from MarseyWorld/MarseyWorld
Merge pull request #60 from yoMamasDic/master
Fix emoji and gif modals not showing when sending a DMmaster
commit
9bf9491d96
|
@ -601,6 +601,12 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% if v %}
|
||||
{% include "emoji_modal.html" %}
|
||||
{% include "gif_modal.html" %}
|
||||
{% endif %}
|
||||
|
||||
<div id="profilecontent" class="row no-gutters">
|
||||
<div class="col">
|
||||
<div class="flex-row box-shadow-bottom d-flex justify-content-center justify-content-md-between align-items-center">
|
||||
|
|
Loading…
Reference in New Issue