Ignore:
Timestamp:
27 Feb 2014, 13:01:37 (11 years ago)
Author:
Henrik Bettermann
Message:

Use absolute urls on datacenter pages. Relative links are working in testbrowser but not Firefox. I don't know why.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenterfinishedpage.pt

    r11254 r11460  
    1414  <tbody>
    1515    <tr tal:repeat="file context/getFinishedFiles">
    16       <td><a tal:attributes="href python: 'download?filename=' + file.rel_path"
     16      <td><a tal:attributes="href python:  view.url(context)  +
     17                             '/download?filename=' + file.rel_path"
    1718             tal:content="file/name">FILENAME</a></td>
    1819      <td tal:content="python: file.lines-1">12 k</td>
Note: See TracChangeset for help on using the changeset viewer.