templates/task/addmentor.html
changeset 21 c28774fe7ffd
child 149 3395960549e8
equal deleted inserted replaced
20:ec7b1751c161 21:c28774fe7ffd
       
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3     Form here
       
     4     <form action="" method="post">
       
     5     {{form.as_table}}
       
     6     <input type="submit" value="submit">
       
     7     </form>
       
     8 {% endblock %}