tex-html: fix ukládání obrázků po změně cest

This commit is contained in:
Matěj Kocián 2016-03-05 22:19:10 +01:00
parent d1674db61d
commit ba41109339

View file

@ -565,7 +565,8 @@ def texUploadView(request):
def uloz_soubory(files, rocnik, cislo):
for filename, f in files:
path = "{}/{}/{}/{}".format(
path = os.path.join(
settings.MEDIA_ROOT,
settings.CISLO_IMG_DIR,
rocnik,
cislo,