From 4be5ce97cb75cb1d99944d110cbd963a4a63c812 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 19 May 2023 14:41:19 -0700 Subject: [PATCH] index: Move audio file HTML out of .app. There's no compelling reason for these to be inside the container element for the app's main screen UI. --- templates/zerver/app/index.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index 54d06b26a9..6f501c4998 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -146,7 +146,18 @@ +
+ + + +
@@ -249,13 +260,5 @@
{{ csrf_input }}
- -
{% endblock %}