templates/update_address.html
branchanoop
changeset 243 011eac43bea3
parent 240 b29465f479ea
equal deleted inserted replaced
242:6826f27064c9 243:011eac43bea3
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block title %}
     2 {% block title %}
     3 Update Address
     3 Update Address
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
     6 Please correct name and address
     6 Please correct your name and address
     7 <form action="" method=post>
     7 <form action="" method=post>
     8 {{form.as_p}}
     8 {{form.as_p}}
     9 <input type=submit value=Submit />
     9 <input type=submit value=Submit />
    10 </form>
    10 </form>
    11 {% endblock %}
    11 {% endblock %}