diff options
Diffstat (limited to 'templates/task/addmentor.html')
-rw-r--r-- | templates/task/addmentor.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/task/addmentor.html b/templates/task/addmentor.html new file mode 100644 index 0000000..21e7fc7 --- /dev/null +++ b/templates/task/addmentor.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block content %} + Form here + <form action="" method="post"> + {{form.as_table}} + <input type="submit" value="submit"> + </form> +{% endblock %} |