{% extends 'base.html' %} {% set active_page = none %} {% block title %}Registration Page{% endblock %} {% block style %} body { padding-top: 70px; padding-bottom: 70px; background-color: #eee; /* font-size: 2vw; */ font-family: Georgia, sans-serif !important; flex-direction: column; height:100vh; background-color: #eee; } {% endblock style %} {% block content %} 註冊 {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {{ message }} {% endfor %} {% endif %} {% endwith %} Email address We'll never share your email with anyone else. Password Reapeat Yout Password 已有帳號? 送出 {% endblock %}
註冊