pytask/views.py
changeset 369 602a909e9e16
parent 367 13e171f09941
child 442 7e6da295b90a
equal deleted inserted replaced
368:a4fa11b2cb5c 369: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")