2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 23:17:05 +00:00

sanitize filenames

This commit is contained in:
2023-09-13 18:46:10 +03:00
parent 33a485d207
commit 70dd61b2ba
3 changed files with 12 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ from django.http import HttpResponseRedirect
from django.shortcuts import render
import settings
from troggle.core.utils import current_expo, sanitize_name
from troggle.core.models.caves import Cave
from troggle.core.models.logbooks import LogbookEntry # , PersonLogEntry
from troggle.core.models.survex import SurvexBlock, SurvexFile, SurvexPersonRole