diff --git a/pyproject.toml b/pyproject.toml index 1b47864..ba8e44e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "platformdirs>=4.3.8", "python-dotenv>=1.1.1", "psycopg[binary]>=3.2.3", + "pygments>=2.19.2", ] [dependency-groups] diff --git a/templates/accounts/login.html b/templates/accounts/login.html index adace53..624e581 100644 --- a/templates/accounts/login.html +++ b/templates/accounts/login.html @@ -3,15 +3,15 @@ Login {% endblock title %} {% block content %} -

Login

+

Login

{% if form.errors %} -