Changes between Initial Version and Version 5 of Ticket #27722


Ignore:
Timestamp:
Jan 11, 2017, 4:36:31 PM (8 years ago)
Author:
Sayid Munawar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27722

    • Property Resolutionwontfix
    • Property Status newclosed
    • Property Cc FunkyBob added
  • Ticket #27722 – Description

    initial v5  
    11This simple view:
    22{{{
     3from django.views.generic import TemplateView
     4from django.template.loader import get_template
     5
    36class Ngopi(TemplateView):
    47    template_name = 'base.html'
Back to Top