pytask/views.py
changeset 131 602a909e9e16
parent 129 13e171f09941
equal deleted inserted replaced
130:a4fa11b2cb5c 131:602a909e9e16
    33                "unpublished_tasks": unpublished_tasks,
    33                "unpublished_tasks": unpublished_tasks,
    34                "can_create_task": can_create_task
    34                "can_create_task": can_create_task
    35               }
    35               }
    36 
    36 
    37     return render_to_response("index.html", context)
    37     return render_to_response("index.html", context)
       
    38 
       
    39 def under_construction(request):
       
    40 
       
    41     return render_to_response("under_construction.html")