diff --git a/templates/zerver/compose.html b/templates/zerver/compose.html index 4813a58008..b962abbe38 100644 --- a/templates/zerver/compose.html +++ b/templates/zerver/compose.html @@ -1,135 +1,135 @@
-
-
-
-
-
- × - -
-
- - - - - {{ _('Saved as draft') }} - - - - - {% if not embedded %} - - - - {% endif %} - - - -
+
-
-
- × - -
-
-
-
-
-
-
- -
- {{ csrf_input }} - - - - - - - - - - + + + + + + +
- -
- - - - - - - -
+
+
+
+ × + +
+
+ + + + + {{ _('Saved as draft') }} + + + + + {% if not embedded %} + + + + {% endif %} + + + +
+
+
+
+ × + +
+
+
+
+
+
+
+ + + {{ csrf_input }} + + + + + + + + + + - - - - - - -
+ +
+ + + + + + + +
- -
- {{ _('You and') }} - -
-
- - -
-
- - - - - - - - - {{ _('Drafts') }} - -
- - -
-
-
- -
+
+
+ {{ _('You and') }} + +
+
+ + +
+
+ + + + + + + + + {{ _('Drafts') }} + +
+ + +
+
+
+ +
+
-
diff --git a/tools/check-templates b/tools/check-templates index 6490172bd2..855c521dab 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -107,7 +107,6 @@ def check_html_templates(templates, all_dups): # Ignore these files since these have not been cleaned yet :/ IGNORE_FILES = [ # Temporarily Avoiding cleaning these to avoid merge conflicts for now. - 'templates/zerver/compose.html', 'templates/zerver/keyboard_shortcuts.html', 'templates/zerver/navbar.html', # zephyr-mirror.html has some whitespace-dependent formatting