{% extends 'base.html' %} {% block title %}Create Account — Chiez Stores{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Join
Chiez
Stores

Create your free account and unlock the best of Nigerian fashion delivered to your door.

Free delivery on orders over ₦25,000
Save your favourite items to Wishlist
Track your orders in real time
Exclusive member discounts & offers
Easy 7-day returns on all orders
Join thousands of fashion lovers
Create Account
{% csrf_token %}
{% if errors.first_name %} {{ errors.first_name }} {% endif %}
{% if errors.last_name %} {{ errors.last_name }} {% endif %}
{% if errors.username %} {{ errors.username }} {% endif %}
{% if errors.email %} {{ errors.email }} {% endif %}
{% if errors.password1 %} {{ errors.password1 }} {% endif %}
{% if errors.password2 %} {{ errors.password2 }} {% endif %}
I agree to the Terms of Service and Privacy Policy
or
Continue with Google
{# end auth-card #}
{# end auth-page #}
{# end auth-wrap #} {% endblock %}