pytask/templates/task/submit_report.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:38:21 +0530
changeset 558 fd3e6f5f01bd
parent 435 1217d808d70f
permissions -rw-r--r--
Use the form helpers templatetag module in the addreviewer template.

{% extends "base.html" %}

{% load form_helpers %}

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

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