Changes between Initial Version and Version 1 of Ticket #24338, comment 2
- Timestamp:
- Feb 13, 2015, 10:59:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24338, comment 2
initial v1 2 2 3 3 According to the '''{% extends %}''' documentation, this should work: 4 {{{!#python 4 5 {{{#!python 5 6 from django.views.generic.base import TemplateView 6 7 from django.template.loader import get_template … … 12 13 return super(MyView, self).get_context_data(**kwargs) 13 14 }}} 15 14 16 {{{ 15 17 {# mytemplate.html #}