pytask/templates/task/addreviewer.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 18:51:08 +0530
changeset 524 b942d6e3d204
parent 431 fcc87a3f0311
child 558 fd3e6f5f01bd
permissions -rw-r--r--
Fix the font size of the text in input boxes.

{% extends "base.html" %}

{% block content %}
  Select a user as a reviewer for this task.<br />

  {% as_div_form form "Add Reviewer Form" csrf_token "Select" %}
{% endblock %}