2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 22:27:14 +00:00
This commit is contained in:
2025-07-26 15:13:23 +02:00
parent 76f7b10777
commit bbb769faab

View File

@@ -279,10 +279,13 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None):
DataIssue.objects.create(parser="caves", message=message, url=url)
print(message)
return
survex_file = get_survex_file(slug)
default_note = f"""
This cave in is the "pending" state.
<p>This can happen for 3 reasons:
<ul>
This cave in is the "pending" state.
<p>This can happen for 3 reasons:
<ul>
<li>A reference has been found to this cave id in a survex file, [MOST LIKELY]
<li>or on a wallet,
<li>or this cave id is listed in the "pending caves" list.
@@ -348,7 +351,6 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None):
print(message)
return urltest[0]
survex_file = get_survex_file(slug)
cave = Cave(
unofficial_number=caveid,