pytask/templates/task/submit_report.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 17 Jan 2011 02:53:11 +0530
changeset 435 1217d808d70f
parent 431 fcc87a3f0311
permissions -rw-r--r--
Use the new forms tags and fix the styling.

{% extends "base.html" %}

{% load form_helpers %}

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

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