From 2d6cb193c0e4ea9eaf68d42014b681ccd6a31824 Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 14 Nov 2022 17:26:39 -0500 Subject: [PATCH] Audio post minor improvements. - Make clear on post submission that users can upload audio. - Fix a missing closing that was breaking submission.html on audio posts. --- files/templates/submission.html | 1 + files/templates/submit.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 45fc2c5742..4cb4803455 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -295,6 +295,7 @@
+ {% endif %} {{p.realbody(v) | safe}} diff --git a/files/templates/submit.html b/files/templates/submit.html index efb0062e94..835ed4d6f2 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -59,7 +59,7 @@ Optional if you have text. - You can upload images or videos. + You can upload images, videos, or audio.