Changes between Initial Version and Version 1 of Ticket #24338, comment 2


Ignore:
Timestamp:
Feb 13, 2015, 10:59:32 AM (10 years ago)
Author:
Julien Hartmann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24338, comment 2

    initial v1  
    22
    33According to the '''{% extends %}''' documentation, this should work:
    4 {{{!#python
     4
     5{{{#!python
    56from django.views.generic.base import TemplateView
    67from django.template.loader import get_template
     
    1213        return super(MyView, self).get_context_data(**kwargs)
    1314}}}
     15
    1416{{{
    1517{# mytemplate.html #}
Back to Top