diff --git a/templates/zerver/compose.html b/templates/zerver/compose.html index 082977ae08..9eb65a1e5a 100644 --- a/templates/zerver/compose.html +++ b/templates/zerver/compose.html @@ -68,9 +68,9 @@ - -
+ +
@@ -81,12 +81,11 @@ {{ _('Restore draft') }} {{ _('Sending') }}...
- +
- diff --git a/tools/check-templates b/tools/check-templates index f3067182ad..dc82d3cded 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -239,7 +239,6 @@ def check_html_templates(templates, modified_only): 'templates/zerver/api.html', 'templates/zerver/api_endpoints.html', 'templates/zerver/apps.html', - 'templates/zerver/compose.html', 'templates/zerver/create_realm.html', 'templates/zerver/emails/followup/day1.html', 'templates/zerver/emails/followup/day2.html',