Fix regression : replace hook accidentally removed from index generator

This commit is contained in:
Gregory Soutade 2014-06-05 19:22:13 +02:00
parent 01a070745e
commit 193b439517
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class Index(DynastieGenerator):
'navigation' : self.createNavigation,
'recents' : self.createRecents,
'tags' : self.createTags,
'replace' : self.createReplace,
'first_page_only' : self.createFirstPageOnly,
'ljdc_last' : self.createLJDCLast,
}