Fix montants (locale) + timeout fetch Indy + message d'erreur

This commit is contained in:
2026-06-30 14:57:36 +02:00
parent 75af558b49
commit 53fbf19a0b
8 changed files with 152 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
"""Page d'installation du favori « Indy → CSV »."""
from django.contrib.auth.decorators import login_required
from django.shortcuts import render
@login_required
def bookmarklet(request):
return render(request, "compta/bookmarklet.html", {})