From 8ee47f3051830d308870b4cc8414768310b49153 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 29 Jul 2010 17:49:28 +0200 Subject: Add form to the changelog side too --- templates/cl.html | 8 ++++++-- templates/form.html | 7 +++++++ templates/index.html | 12 ++++-------- 3 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 templates/form.html diff --git a/templates/cl.html b/templates/cl.html index f41251e..2633a6b 100644 --- a/templates/cl.html +++ b/templates/cl.html @@ -1,9 +1,13 @@ + xmlns:py="http://genshi.edgewall.org/" + xmlns:xi="http://www.w3.org/2001/XInclude"> $title + + + @@ -14,7 +18,7 @@ diff --git a/templates/form.html b/templates/form.html new file mode 100644 index 0000000..658ac50 --- /dev/null +++ b/templates/form.html @@ -0,0 +1,7 @@ +
+

+ + + +

+
diff --git a/templates/index.html b/templates/index.html index 42522c1..b55f06c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,16 +1,12 @@ + xmlns:py="http://genshi.edgewall.org/" + xmlns:xi="http://www.w3.org/2001/XInclude"> $title -
-

- - - -

-
+ +
${err} -- cgit v1.2.3