summaryrefslogtreecommitdiff
path: root/templates/task/addmentor.html
blob: 21e7fc71bf04701fb660d6c2915725aba9e0ec82 (plain)
1
2
3
4
5
6
7
8
{% extends 'base.html' %}
{% block content %}
    Form here
    <form action="" method="post">
    {{form.as_table}}
    <input type="submit" value="submit">
    </form>
{% endblock %}