I've created a canned query with "write": true set. I've also created a custom template for it, but the template doesn't seem to be found. If I look in the HTML I see (stock_exchange is the db name):
<!-- Templates considered: query-stock_exchange.html, *query.html -->
My non-writeable canned queries pick up custom templates as expected, and if I look at their HTML I see the canned query name added to the templates considered (the canned query here is date_search):
<!-- Templates considered: query-stock_exchange-date_search.html, query-stock_exchange.html, *query.html -->
So it seems like the writeable canned query is behaving differently for some reason. Is it an authentication thing? I'm using the built in --root authentication.
Thanks!
I've created a canned query with
"write": trueset. I've also created a custom template for it, but the template doesn't seem to be found. If I look in the HTML I see (stock_exchangeis the db name):<!-- Templates considered: query-stock_exchange.html, *query.html -->My non-writeable canned queries pick up custom templates as expected, and if I look at their HTML I see the canned query name added to the templates considered (the canned query here is
date_search):<!-- Templates considered: query-stock_exchange-date_search.html, query-stock_exchange.html, *query.html -->So it seems like the writeable canned query is behaving differently for some reason. Is it an authentication thing? I'm using the built in
--rootauthentication.Thanks!