Changeset 260:c69d1a26e4d6

Show
Ignore:
Timestamp:
01/31/10 22:26:02 (7 months ago)
Author:
rgrp
Branch:
default
Message:

[routing,bugfix][xs]: fix routing for pdf.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • shakespeare/config/routing.py

    r247 r260  
    2424    maps.admin_map(map, controller='admin', url='/admin') 
    2525    # now main shakespeare routes 
    26     map.connect('/pdf', 'pdf/*url') 
     26    map.connect('pdf', 'pdf/*url') 
    2727    map.connect('home', '/', controller='site', action='index') 
    2828    map.connect('about', '/about/', controller='site', action='about')