This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/accounts/templates/account/login.html

10 lines
203 B
HTML

{% extends "facturio/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block title %}{% trans "Login" %}{% endblock %}
{% block content %}
{% crispy form form.helper %}
{% endblock %}