{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Register | {{ site_settings.site_name }}{% endblock %} {% block content %}
{% if registration_settings.hero_background %}
Hero Background
{% else %}
{% endif %}
Partner Registration {% if registration_settings.hero_headline %}

{{ registration_settings.hero_headline }}

{% endif %} {% if registration_settings.hero_subtext %}

{{ registration_settings.hero_subtext }}

{% endif %}

Join Our Network

Register to partner with Trade California International.

{% crispy form %}
{% endblock %}