Fix case of package name in render call in pm file

This commit is contained in:
2024-06-20 09:52:29 +01:00
parent d1ab8b4256
commit 2d310967e1
2 changed files with 5 additions and 4 deletions

View File

@@ -38,6 +38,7 @@
%}
%#Routing to partials according to trt parameter.
%#This ought to be cascading if/then/elsif, but is easier to just stack the if/then's rather like a case statement'
<tal:block tal:repeat="condition conditions">
% if ($$${prefix}_data->{trt} eq "${condition}") {
%= include 'partials/_${prefix}_${condition}'