What are the logic alternatives about:
{% if request.user.is_active %}
If the view doesn't return render_to_response
with a dictionary with request
, the template doesn't works properly.
So, any ideas are welcome.
//edited
my motivation is: when you work with views from installed apps, that you don't have the opportunity to modify them.