This commit is contained in:
j 2011-11-12 09:57:51 +01:00
commit c4ffa15bd4
3 changed files with 12 additions and 1 deletions

View file

@ -27,4 +27,5 @@ urlpatterns = patterns("item.views",
(r'^(?P<id>[A-Z0-9].+)/poster\.jpg$', 'siteposter'),
(r'^(?P<id>[A-Z0-9].+)/frameposter(?P<position>\d+).jpg$', 'poster_frame'),
(r'^random$', 'random_annotation'),
)