Merge remote-tracking branch 'origin/master'
This commit is contained in:
		
						commit
						6447584400
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -565,7 +565,8 @@ def texUploadView(request): | ||||||
| 
 | 
 | ||||||
|     def uloz_soubory(files, rocnik, cislo): |     def uloz_soubory(files, rocnik, cislo): | ||||||
|         for filename, f in files: |         for filename, f in files: | ||||||
|             path = "{}/{}/{}/{}".format( |             path = os.path.join( | ||||||
|  |                 settings.MEDIA_ROOT, | ||||||
|                 settings.CISLO_IMG_DIR, |                 settings.CISLO_IMG_DIR, | ||||||
|                 rocnik, |                 rocnik, | ||||||
|                 cislo, |                 cislo, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Bc. Petr Pecha
						Bc. Petr Pecha