[Mpuls-commits] r5876 - base/trunk/mpulsweb/templates/news

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 8 11:15:56 CET 2012


Author: ludwig
Date: 2012-03-08 11:15:56 +0100 (Thu, 08 Mar 2012)
New Revision: 5876

Modified:
   base/trunk/mpulsweb/templates/news/newslist.mako
Log:
Issue 2738: Replace url_for (templates/news)


Modified: base/trunk/mpulsweb/templates/news/newslist.mako
===================================================================
--- base/trunk/mpulsweb/templates/news/newslist.mako	2012-03-08 10:13:04 UTC (rev 5875)
+++ base/trunk/mpulsweb/templates/news/newslist.mako	2012-03-08 10:15:56 UTC (rev 5876)
@@ -5,7 +5,7 @@
     <tr>
       <td class="date table_header_h">${h.dd_mm_YYYY(news.date)}</td>
       <td class="title table_header_h">${h.literal(news.title)}</td>
-      <td class="action table_header_h"><a href="${h.url_for(controller='/news', action='hide', id=news.id)}">entfernen</a></td>
+      <td class="action table_header_h"><a href="${h.url(controller='news', action='hide', id=news.id)}">entfernen</a></td>
     </tr>
     <tr>
       <td class="message" colspan="3">



More information about the Mpuls-commits mailing list