{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "user_base.html" %} {% load i18n %} {% load static %} {% load projectify %} {% load socialaccount %} {% block title %} {% translate "Log in - Projectify" %} {% endblock title %} {% block user_content %}
{% csrf_token %}

{% trans "Log in" %}

{{ form.email.as_field_group }} {{ form.password.as_field_group }} {% include "projectify/forms/submit.html" with text="Log in" %} {% include "user/_oauth_buttons.html" %}
{% trans "Don't have an account yet?" %} {% anchor "users:sign-up" "Sign up here" %}
{% endblock user_content %}