From 1d9417f9a1957754ef8f8c120bcd162da1defbd6 Mon Sep 17 00:00:00 2001 From: Riken Shah Date: Sat, 17 Apr 2021 13:18:15 +0000 Subject: [PATCH] refactor: Rename `dev_panel.html` for more clarity. This commit renames `dev_panel.html` to `integrations_dev_panel.html`. --- .../development/{dev_panel.html => integrations_dev_panel.html} | 0 zerver/views/development/integrations.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/zerver/development/{dev_panel.html => integrations_dev_panel.html} (100%) diff --git a/templates/zerver/development/dev_panel.html b/templates/zerver/development/integrations_dev_panel.html similarity index 100% rename from templates/zerver/development/dev_panel.html rename to templates/zerver/development/integrations_dev_panel.html diff --git a/zerver/views/development/integrations.py b/zerver/views/development/integrations.py index 759fa95d7a..5d5270c858 100644 --- a/zerver/views/development/integrations.py +++ b/zerver/views/development/integrations.py @@ -36,7 +36,7 @@ def dev_panel(request: HttpRequest) -> HttpResponse: # We set isolated_page to avoid clutter from footer/header. "isolated_page": True, } - return render(request, "zerver/development/dev_panel.html", context) + return render(request, "zerver/development/integrations_dev_panel.html", context) def send_webhook_fixture_message(