{% 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 %}
{{ form.username }} {{ form.username.errors }}
{{ form.password }} {{ form.password.errors }}
{% endblock %}