From 0b6876012b3eb3b7bcb83953fc59ca62af96fd8e Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Thu, 28 Feb 2013 13:41:33 -0500 Subject: [PATCH] Move composebox into its own file. Similarly, here, no code should have changed. (imported from commit 0d739a28b4894dd28acea0a3d9ee503109368425) --- templates/zephyr/compose.html | 67 ++++++++++++++++++++++++++++++++++ templates/zephyr/home.html | 69 +---------------------------------- 2 files changed, 68 insertions(+), 68 deletions(-) create mode 100644 templates/zephyr/compose.html diff --git a/templates/zephyr/compose.html b/templates/zephyr/compose.html new file mode 100644 index 0000000000..527edefafe --- /dev/null +++ b/templates/zephyr/compose.html @@ -0,0 +1,67 @@ +
+
+
×
+
+
+ + × +
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + +
+ + +
+ + + > + +
+ You and +
+
+ +
+ Formatting +
+ +
+
+ +
+
+
+
+
diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index f33ccb4b3c..2abb886c16 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -56,74 +56,7 @@ -
-
-
×
-
-
- - × -
-
- {% csrf_token %} - - - - - - - - - - - - - - - - - - -
- - -
- - - > - -
- You and -
-
- -
- Formatting -
- -
-
- -
-
-
-
-
- +{% include "zephyr/compose.html" %}