This template contains a syntax error that throws this very misleading error:
Cheetah.Parser.ParseError: Invalid Syntax Line 38, column 20 in file hostedit.chtml Line|Cheetah Code ----|------------------------------------------------------------- 35 | <td><textarea name="comment" rows="2" cols="50">$util.escapeHTML($host.comment)</textarea></td> 36 | </tr> 37 | <tr> 38 | <th>Enabled?</th> ^ 39 | <td><input type="checkbox" name="enabled" value="yes" #if $host.enabled then 'checked="checked"' else ''#/> 40 | </tr> 41 | <tr>
Issue #3264
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Merged in #6804026 (as I've added link to the issue, pagure wasn't able to close PR automatically).
Pull-Request has been closed by tkopecek
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
This template contains a syntax error that throws this very misleading error: