pytask/templates/task/addreviewer.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 16 Jan 2011 23:17:13 +0530
changeset 431 fcc87a3f0311
parent 381 da4c6b1cec7d
child 558 fd3e6f5f01bd
permissions -rw-r--r--
Huh, please don't tell me I will have to refactor so much code again.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
431
fcc87a3f0311 Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 381
diff changeset
     1
{% extends "base.html" %}
fcc87a3f0311 Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 381
diff changeset
     2
381
da4c6b1cec7d add reviewer works now
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     3
{% block content %}
431
fcc87a3f0311 Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 381
diff changeset
     4
  Select a user as a reviewer for this task.<br />
fcc87a3f0311 Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 381
diff changeset
     5
fcc87a3f0311 Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 381
diff changeset
     6
  {% as_div_form form "Add Reviewer Form" csrf_token "Select" %}
381
da4c6b1cec7d add reviewer works now
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     7
{% endblock %}