{% extends "base.html" %} {% block title %}新建用户{% endblock %} {% block head %} {% endblock %} {% block content %}
用户注册

{% with errors = get_flashed_messages(category_filter=["error"]) %} {% if errors %} {% for msg in errors %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}