From 1c95d1b8a737b2e1ed93491c966667f556ee40c0 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 22:37:51 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 4021b7a9cb..5e050acc3d 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -480,7 +480,9 @@ {% 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 %} +
{% include "/submission/SubmissionEditForm.html" %} +
{% endif %} {% if p.embed_url and "http" not in p.embed_url %} @@ -545,7 +547,7 @@ -
+
{% include "/submission/SubmissionActionsMobile.html" %}