From a085954042e84a6e3c4ecff8611b3bd03f9d0c47 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 7 Jul 2021 09:35:14 -0700 Subject: [PATCH] templates: Move main_div definition to index.html. This will make it easier to have JavaScript render the home.html template. --- templates/zerver/app/home.html | 292 ++++++++++++++++---------------- templates/zerver/app/index.html | 4 +- 2 files changed, 148 insertions(+), 148 deletions(-) diff --git a/templates/zerver/app/home.html b/templates/zerver/app/home.html index ed71599261..e24f39cac3 100644 --- a/templates/zerver/app/home.html +++ b/templates/zerver/app/home.html @@ -1,154 +1,152 @@ {# Home tab of the app, containing messages. #} -
-
- {% include "zerver/app/home.html" %} +
+ {% include "zerver/app/home.html" %} +