Ticket #3468: variablenotfoundtypo.diff
| File variablenotfoundtypo.diff, 414 bytes (added by Herbert Poul <herbert.poul@gmail.com>, 2 years ago) |
|---|
-
django/template/__init__.py
old new 123 123 self.params = params 124 124 125 125 def __str__(self): 126 return self.m gs% self.params126 return self.msg % self.params 127 127 128 128 class InvalidTemplateLibrary(Exception): 129 129 pass
