mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +00:00
🎄 Merry Christmas everyone
minor fixes
This commit is contained in:
@@ -307,5 +307,5 @@ func (s *DjangoEngine) ExecuteWriter(w io.Writer, filename string, _ string, bin
|
||||
return tmpl.ExecuteWriter(getPongoContext(bindingData), w)
|
||||
}
|
||||
|
||||
return ErrNotExist{filename, false, bindingData}
|
||||
return ErrNotExist{Name: filename, IsLayout: false, Data: bindingData}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user