diff --git a/webapp/web/templates/freemarker/body/recomputeInferences.ftl b/webapp/web/templates/freemarker/body/recomputeInferences.ftl new file mode 100644 index 000000000..846c0a632 --- /dev/null +++ b/webapp/web/templates/freemarker/body/recomputeInferences.ftl @@ -0,0 +1,14 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Standard template to display a message generated from any controller. Keeps this out of individual templates. --> + + +<#if link??> +
+ + +
+ +<#if message??> +

${message}

+ \ No newline at end of file