Changeset 3312

Show
Ignore:
Timestamp:
03/04/08 23:46:54 (9 months ago)
Author:
pacopablo
Message:
  • Attempted fix for reference to /tasklist not taking into account any sort of prefix to the trac site
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tasklistplugin/trunk/setup.py

    r3258 r3312  
    1515setup( 
    1616    name='TaskList', 
    17     version='0.1', 
     17    version='0.1.1', 
    1818    packages=['tasklist'], 
    1919    author='John Hampton', 
  • tasklistplugin/trunk/tasklist/templates/tasklist.html

    r3257 r3312  
    6161  </py:match> 
    6262  <py:match path="//div/table[@class='listing tickets']" once="true"> 
    63     <form id="create" method="post" action="/tasklist"> 
     63    <form id="create" method="post" action="${href.tasklist()}"> 
    6464      <table class="listing tickets"> 
    6565        ${select('*|text()')}