random
This commit is contained in:
parent
8aa54922b7
commit
c4ffa15bd4
3 changed files with 12 additions and 1 deletions
|
|
@ -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'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue