Changeset 195:87286ec82426

Show
Ignore:
Timestamp:
09/25/09 14:57:10 (11 months ago)
Author:
rgrp
Branch:
default
convert_revision:
svn:0ead1229-0713-0410-96cd-f668dbfad531/trunk@281
Message:

[templates][xs]: micro fix to guide link in sidebar (was using url_for(action='link') which misgenerated links when not on home page).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • shakespeare/templates/layout.html

    r188 r195  
    8686      <h2>Assistance</h2> 
    8787      <p>For information on using ${c.site_title} check out the 
    88       <a href="${h.url_for(action='guide')}">Guide</a>. 
     88      <a href="${h.url_for('guide')}">Guide</a>. 
    8989      If you have a question or have found a bug please post to the <a rel="doap:mailing-list" href="http://lists.okfn.org/mailman/listinfo/okfn-help">okfn-help</a> mailing list. 
    9090      </p>