diff odfcast/convert.py @ 18:585904e7411a

Add html for converting a odf with a template
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Sep 2014 14:18:11 +0200
parents f4920ab1d27c
children 2f627039d2b4
line wrap: on
line diff
--- a/odfcast/convert.py	Mon Sep 29 14:17:41 2014 +0200
+++ b/odfcast/convert.py	Mon Sep 29 14:18:11 2014 +0200
@@ -89,3 +89,6 @@
     def get_datadict(self):
         vars = request.form['datadict']
         return json.loads(vars)
+
+    def get(self):
+        return render_template("template_convert.html")
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)