This commit is contained in:
Leon Noe Jovan
2021-12-15 21:23:26 +01:00
parent eb00a806fc
commit a72c5f03cf
20 changed files with 134 additions and 167 deletions

View File

@@ -217,7 +217,7 @@ class UploadHandlerSolar():
# Store to database.
self.store_metadata(upload_metadata, user_id)
return 'Uspešno ste oddali datotek(e). Št. datotek: {}'.format(len(request.files))
return 'Število uspešno oddanih datotek: {}. Podatki o oddaji so na voljo v zavihku Zgodovina sodelovanja.'.format(len(request.files))
def handle_contract_upload(self, request, user_id):
contract_type = request.form['tip-pogodbe']