diff options
Diffstat (limited to 'tmpl/kanji-list.html')
-rw-r--r-- | tmpl/kanji-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/kanji-list.html b/tmpl/kanji-list.html index 34349862..d418eafd 100644 --- a/tmpl/kanji-list.html +++ b/tmpl/kanji-list.html @@ -1,5 +1,5 @@ {{> header.html}} {{#each definitions}} -{{> kanji.html root=../root options=../options sequence=../sequence}} +{{> kanji.html addable=../addable root=../root options=../options sequence=../sequence}} {{/each}} {{> footer.html}} |