{%extends 'base.html'%} {%from '_form_render.html' import render_field%} {%block title%}邮箱未验证!请先验证邮箱!{%endblock%} {%block content%}

{%if not current_user.confirmed%} 邮箱未验证!请先验证邮箱! {%else%} 邮箱已验证 {%endif%}

重新验证邮箱?点击重新验证

{%endblock%}