templates/task/create.html
changeset 18 a39549bd5b08
parent 12 a93eebabfeb1
equal deleted inserted replaced
17:aa45fec40e7e 18:a39549bd5b08
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3     {% if error_msg %}
       
     4     {{ error_msg }}<br />
       
     5     {% endif %}
       
     6     <form action="" method="post">
       
     7     {{form.as_p}}
       
     8     <input type="submit" value="Submit">
       
     9     </form>
     2 {% endblock %}
    10 {% endblock %}