Changes between Initial Version and Version 1 of Ticket #27722, comment 1


Ignore:
Timestamp:
Jan 11, 2017, 5:57:35 AM (8 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27722, comment 1

    initial v1  
    1 Does `get_template()` create some behavior difference as opposed to `context.update({'menu': 'menu.html'})`?
     1Does `get_template()` create some behavior difference as opposed to `context.update({'menu': 'menu.html'})`? See #27258 for the reason this error was added. Your proposed change effectively removes that fix.
Back to Top