From 64721abac344e54f82679ac5d662a0d76ee8a00f Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Thu, 25 May 2017 10:32:22 -0700 Subject: [PATCH] Correctly associate bot name field label The label element for the bot name editing field was trying to use a "for" attribute to link it to the input field, but the field had no ID for it to associate with. Added the ID value which it was trying to use. Fixes #4999. --- templates/zerver/settings_sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zerver/settings_sidebar.html b/templates/zerver/settings_sidebar.html index ea313b7933..a570162745 100644 --- a/templates/zerver/settings_sidebar.html +++ b/templates/zerver/settings_sidebar.html @@ -15,7 +15,7 @@
- +