[Mpuls-commits] r961 - wasko/branches/2.0/waskaweb/templates/casemanagement

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 28 09:30:12 CET 2010


Author: torsten
Date: 2010-01-28 09:30:11 +0100 (Thu, 28 Jan 2010)
New Revision: 961

Modified:
   wasko/branches/2.0/waskaweb/templates/casemanagement/upload.mako
Log:
* waskaweb/templates/casemanagement/upload.mako: Call h.url_for instead of h.url


Modified: wasko/branches/2.0/waskaweb/templates/casemanagement/upload.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/casemanagement/upload.mako	2010-01-28 08:29:21 UTC (rev 960)
+++ wasko/branches/2.0/waskaweb/templates/casemanagement/upload.mako	2010-01-28 08:30:11 UTC (rev 961)
@@ -13,7 +13,7 @@
 <p class="import_p">Es können Dateien im XML-Format (.xml) angegeben werden. <br>
 Die Größe einer Datei darf 10MB nicht überschreiten.</p>
 <div class="import_box_dialog">
-${h.form(h.url(action='importXMLAction'), multipart=True)}
+${h.form(h.url_for(action='importXMLAction'), multipart=True)}
 <label class="import_label" for="xmlfile"><strong class="import_number">1.</strong> Datei wählen:</label>
 ${h.file_field('xmlfile')}<br>
 <label class="import_label" for="pdfimport"><strong class="import_number">2.</strong> Datei importieren:</label>



More information about the Mpuls-commits mailing list