{% extends "base.html" %} {% block title %}Login{% endblock %} {% block meta_description %}Log in to your Tecvico client portal.{% endblock %} {% block content %} Client Portal Log In Access your project briefs and track progress with the Tecvico team. {% include "accounts/_social_auth.html" %} {% csrf_token %} {% if form.non_field_errors %} {{ form.non_field_errors }} {% endif %} Username * {{ form.username }} {{ form.username.errors }} Password * {{ form.password }} {{ form.password.errors }} Log in Forgot password? ยท Create account {% endblock %}
Access your project briefs and track progress with the Tecvico team.
Forgot password? ยท Create account