Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 719d14673d - Show all commits

View File

@ -177,8 +177,7 @@ def etud_upload_file_form(etudid):
data = tf[2]["datafile"].read()
descr = tf[2]["description"]
filename = tf[2]["datafile"].filename
etud_archive_id = (etudid,)
_store_etud_file_to_new_archive(etud_archive_id, data, filename, description=descr)
_store_etud_file_to_new_archive(etudid, data, filename, description=descr)
return flask.redirect(etud.url_fiche())

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.6.934"
SCOVERSION = "9.6.936"
SCONAME = "ScoDoc"