templates/edit_profile.html
changeset 17 125b6fc8f20b
equal deleted inserted replaced
16:bef53aaf9085 17:125b6fc8f20b
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <form action="" method="post">
       
     4 {{form.as_p}}
       
     5 <input type="submit" value="Update">
       
     6 </form>
       
     7 {% endblock %}