Skip to content
  • Alex Vandiver's avatar
    Catch and warn about template compilation errors · e4a1a4cb
    Alex Vandiver authored
    RT warns when saving a template which fails to compile (for example, due
    to improperly closed braces).  However, if this warning is ignored (or
    the template was imported by hand from initialdata), the only hint as to
    this came at the debug level:
    
        [debug]: Skipping Scrip #7 because it didn't Prepare
    
    Make the template compilation error explicit, and show which template
    contains the error.
    e4a1a4cb