{% extends "base.html" %} {% block title %}Create account · {{ SITE_NAME }}{% endblock %} {% block content %} Create an account Track orders, save a shipping address, and review products you bought. Card details stay with Stripe — we never store them. {% csrf_token %} {{ form.non_field_errors }} First name {{ form.first_name }} {{ form.first_name.errors }} Last name {{ form.last_name }} {{ form.last_name.errors }} Email {{ form.email }} {{ form.email.errors }} Password {{ form.password1 }} {{ form.password1.errors }} Confirm password {{ form.password2 }} {{ form.password2.errors }} Create account Already have an account? Sign in {% endblock %}
Track orders, save a shipping address, and review products you bought. Card details stay with Stripe — we never store them.
Already have an account? Sign in