{% extends "shop/errors/base.html" %} {% block icon %}📝{% endblock %} {% block title %}422 - Invalid Information{% endblock %} {% block content %} {% if vendor and theme and theme.branding and theme.branding.logo %} {% endif %}
📝
422
Please Check Your Information
Some of the information you provided isn't valid. Please review the form and try again.
{% if details and details.validation_errors %}

Please correct:

{% endif %}
Go Back and Fix Go to Home
{% if vendor %}
{{ vendor.name }}
{% endif %} {% endblock %}