pytask/templates/task/addmentor.html
changeset 14 f2623fb8041a
equal deleted inserted replaced
13:4da58abdf6ff 14:f2623fb8041a
       
     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 %}