entreprises #247

Merged
viennet merged 6 commits from arthur.zhu/ScoDoc:entreprises into entreprises 2021-12-29 11:34:14 +01:00
Showing only changes of commit 41b50e0c1c - Show all commits

View File

@ -87,7 +87,6 @@ def fiche_entreprise(id):
file = [os.path.basename(dir), os.path.basename(file)]
files.append(file)
offres_with_files.append([offre, files])
print(offres_with_files)
contacts = entreprise.contacts
logs = (
EntrepriseLog.query.order_by(EntrepriseLog.date.desc())