pytask/templates/task/submit_report.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 16 Jan 2011 23:17:13 +0530
changeset 431 fcc87a3f0311
parent 383 4252da60a4ef
child 435 1217d808d70f
permissions -rw-r--r--
Huh, please don't tell me I will have to refactor so much code again.

{% extends "base.html" %}

{% block title %}
  {{task.title}}
{% endblock %}

{% block content %}
  {% as_div_form form "Submit Report" csrf_token "Submit" "" "True" %}
{% endblock %}