mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 13:47:07 +00:00
typo
This commit is contained in:
@@ -279,10 +279,13 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None):
|
|||||||
DataIssue.objects.create(parser="caves", message=message, url=url)
|
DataIssue.objects.create(parser="caves", message=message, url=url)
|
||||||
print(message)
|
print(message)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
survex_file = get_survex_file(slug)
|
||||||
|
|
||||||
default_note = f"""
|
default_note = f"""
|
||||||
This cave in is the "pending" state.
|
This cave in is the "pending" state.
|
||||||
<p>This can happen for 3 reasons:
|
<p>This can happen for 3 reasons:
|
||||||
<ul>
|
<ul>
|
||||||
<li>A reference has been found to this cave id in a survex file, [MOST LIKELY]
|
<li>A reference has been found to this cave id in a survex file, [MOST LIKELY]
|
||||||
<li>or on a wallet,
|
<li>or on a wallet,
|
||||||
<li>or this cave id is listed in the "pending caves" list.
|
<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)
|
print(message)
|
||||||
return urltest[0]
|
return urltest[0]
|
||||||
|
|
||||||
survex_file = get_survex_file(slug)
|
|
||||||
|
|
||||||
cave = Cave(
|
cave = Cave(
|
||||||
unofficial_number=caveid,
|
unofficial_number=caveid,
|
||||||
|
|||||||
Reference in New Issue
Block a user