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

Better display of wallet names copied from svx files

This commit is contained in:
Philip Sargent
2022-08-24 18:28:15 +03:00
parent 8ca50d8fd4
commit 7e9fd0f353
8 changed files with 22 additions and 8 deletions

View File

@@ -280,7 +280,7 @@ class Wallet(models.Model):
waldata["survex file"] = [waldata["survex file"]]
ngood = 0
nbad = 0
ticks["S"] = "lightblue"
ticks["S"] = "black"
for svx in waldata["survex file"]:
if svx !="":
if (Path(settings.SURVEX_DATA) / svx).is_file():