diff options
-rw-r--r-- | pytask/templates/task/addreviewer.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pytask/templates/task/addreviewer.html b/pytask/templates/task/addreviewer.html index f2974ed..1862c63 100644 --- a/pytask/templates/task/addreviewer.html +++ b/pytask/templates/task/addreviewer.html @@ -1,5 +1,9 @@ {% extends "base.html" %} + +{% load form_helpers %} + + {% block content %} Select a user as a reviewer for this task.<br /> |