mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-30 07:29:50 +01:00
typos
This commit is contained in:
@@ -76,7 +76,7 @@ except:
|
||||
|
||||
|
||||
def sanitize_name(name):
|
||||
"""Filenames sould not caontain these characters as then the system barf when it tries to use them in URLs
|
||||
"""Filenames sould not contain these characters as then the system barf when it tries to use them in URLs
|
||||
"""
|
||||
return name.replace("#","-").replace("?","=").replace("&","+").replace(":","^")
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@ def todos(request, module):
|
||||
from troggle.core.views.scans import todo as viewscans
|
||||
from troggle.core.views.survex import todo as viewsurvex
|
||||
from troggle.core.views.uploads import todo as viewuploads
|
||||
from troggle.core.views.user_registration import todo as viewregister
|
||||
from troggle.core.views.wallets_edit import todo as viewwallets_edit
|
||||
from troggle.core.views.logbook_edit import todo as viewlogbook_edit
|
||||
from troggle.parsers.caves import todo as parserscaves
|
||||
@@ -77,6 +78,7 @@ def todos(request, module):
|
||||
"views/scans": viewscans,
|
||||
"views/survex": viewsurvex,
|
||||
"views/uploads": viewuploads,
|
||||
"views/user_registration": viewregister,
|
||||
"views/wallets_edit": viewwallets_edit,
|
||||
"views/logbook_edit": viewlogbook_edit,
|
||||
"parsers/caves": parserscaves,
|
||||
|
||||
Reference in New Issue
Block a user