Changes between Initial Version and Version 1 of Ticket #24234, comment 5


Ignore:
Timestamp:
Feb 10, 2015, 3:24:29 AM (9 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24234, comment 5

    initial v1  
    22
    33{{{
    4 def make_context(request, context)
     4def make_context(request, context):
    55    if request is None:
    66        context = Context(context)
Back to Top