Browse Source

Merge remote-tracking branch 'origin/master'

remotes/origin/bug
Bc. Petr Pecha 8 years ago
parent
commit
6447584400
  1. 3
      seminar/views.py

3
seminar/views.py

@ -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,

Loading…
Cancel
Save