remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 22:37:51 -06:00
parent 23b170e6c4
commit 1c95d1b8a7
1 changed files with 3 additions and 1 deletions

View File

@ -480,7 +480,9 @@
</div>
{% if v and (v.id==p.author_id or v.admin_level==6 and v.id in [1,28,995,2513]) and not v.is_suspended %}
<div class="py-2">
{% include "/submission/SubmissionEditForm.html" %}
</div>
{% endif %}
{% if p.embed_url and "http" not in p.embed_url %}
@ -545,7 +547,7 @@
</div>
<div class="md:hidden px-2.5 pt-4">
<div class="md:hidden px-2.5">
{% include "/submission/SubmissionActionsMobile.html" %}
</div>