Fix montants (locale) + timeout fetch Indy + message d'erreur
This commit is contained in:
@@ -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", {})
|
||||
Reference in New Issue
Block a user