{% extends "base.html" %} {% block title %}Sign Up{% endblock %} {% block meta_description %}Create a Tecvico client account and submit your project brief.{% endblock %} {% block content %} Client Portal Create Account Tell us about your project and our team will take it from there. {% include "accounts/_social_auth.html" %} {% csrf_token %} {% if form.non_field_errors %} {{ form.non_field_errors }} {% endif %} First name * {{ form.first_name }} {{ form.first_name.errors }} Last name * {{ form.last_name }} {{ form.last_name.errors }} Email * {{ form.email }} {{ form.email.errors }} Username * {{ form.username }} {{ form.username.errors }} Company {{ form.company }} {{ form.company.errors }} Phone {{ form.phone }} {{ form.phone.errors }} Password * {{ form.password1 }} {{ form.password1.errors }} Confirm password * {{ form.password2 }} {{ form.password2.errors }} Create account Already have an account? Log in {% endblock %}
Tell us about your project and our team will take it from there.
Already have an account? Log in