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

9 lines
173 B
HTML

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