correction requete dans img_upload
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user