correction requete dans img_upload

This commit is contained in:
2020-02-13 14:17:35 +01:00
parent b4205a18ff
commit 2069cb8d94
2 changed files with 3 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ def upload_img(request):
request.session.flash('%s : Ce fichier est téléchargé avec succès.' % input_name, 'success')
# lire tous les photos attachées
photos = get_photos(request, nodossier, norapport, nosection)
photos = get_photos(request, nodossier, int(norapport), int(nosection))
return {
'page_title': titre,