Skip to content
  • Ismael Carnales's avatar
    made every public view return a RequestContext · 046b4543
    Ismael Carnales authored
    RequestContexts are needed to check if the user is logged in
    
    NOTE: Generic views as direct_to_template and object_list always return
    a request context, so is good to use them :)
    
    Later will add a render_template shortcut that adds the RequestContext
    automatically
    046b4543