Changes between Initial Version and Version 1 of Ticket #28943, comment 15
- Timestamp:
- Mar 5, 2018, 5:42:42 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28943, comment 15
initial v1 54 54 }}} 55 55 56 For me it seems like the last solution is best OOP but perhaps i'm mistaking again.56 I thought it would be better that TemplateView add a new method to render a response with a context, and use that in its get(), so TemplateView logic could be more reusable.