about_zulip: Migrate to handlebars.

This results in moving the `zulip_merge_base` parameter to
page_params, so that it's available to JavaScript.

Since this is technically a tiny overlay, it needs to be initialized
before hashchange.js.
This commit is contained in:
Ganesh Pawar
2021-06-14 16:49:27 +05:30
committed by Tim Abbott
parent c220c01ad2
commit 1d4b6c1320
7 changed files with 26 additions and 8 deletions

View File

@@ -236,6 +236,7 @@ class HomeTest(ZulipTestCase):
"webpack_public_path",
"wildcard_mentions_notify",
"zulip_feature_level",
"zulip_merge_base",
"zulip_plan_is_not_limited",
"zulip_version",
]