{% extends "base.html" %} {% block title %}Sign Up{% endblock %} {% block content %}

Sign Up

Please fill this form to create an account.

{% if username_err %}
{{ username_err }}
{% endif %}
{% if password_err %}
{{ password_err }}
{% endif %}
{% if confirm_password_err %}
{{ confirm_password_err }}
{% endif %}

Already have an account? Login here.

{% endblock %}