{% extends "layout.html" %} {% block title %}Login Example{% endblock %} {% block page_content %}
Want to change your email?
{{ email_form.new_email.label }} {{ email_form.new_email(class = "input_field") }} {{ email_form.submit1(class = "input_field") }}
Want to change your mobile?
{{ mobile_form.new_mobile.label }} {{ mobile_form.new_mobile(class = "input_field") }} {{ mobile_form.submit2(class = "input_field") }}