From 7d93587acb250266782e3788894a9e26ddf1eaa5 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 19 Oct 2016 08:52:22 -0700 Subject: Conditionally show add buttons --- tmpl/term-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpl/term-list.html') diff --git a/tmpl/term-list.html b/tmpl/term-list.html index 615534f6..d0b060c8 100644 --- a/tmpl/term-list.html +++ b/tmpl/term-list.html @@ -1,5 +1,5 @@ {{> header.html}} {{#each definitions}} -{{> term.html root=../root options=../options sequence=../sequence}} +{{> term.html addable=../addable root=../root options=../options sequence=../sequence}} {{/each}} {{> footer.html}} -- cgit v1.2.3