Bug 33158: (follow-up) Fix for QA test failure
The page seems to work fine without these changes but the QA test script is happier with "USE raw" and html_helpers.inc added. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
49c64f3d27
commit
8b1a5e34a7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
[% USE raw %]
|
||||
[% PROCESS 'html_helpers.inc' %]
|
||||
[% IF ( context == "authval" ) %]
|
||||
[% SET image_location = av.imageurl %]
|
||||
[% ELSE %]
|
||||
|
|
Loading…
Reference in a new issue