mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-22 18:56:05 +01:00
chnage URL link to go to Newhole not Newcave
This commit is contained in:
@@ -249,7 +249,6 @@ class Entrance(TroggleModel):
|
||||
lat_wgs84 = models.TextField(blank=True, null=True) # manually entered not calculated
|
||||
location_description = models.TextField(blank=True, null=True)
|
||||
long_wgs84 = models.TextField(blank=True, null=True) # manually entered not calculated
|
||||
# map_description = models.TextField(blank=True, null=True) # retired
|
||||
marking = models.CharField(max_length=2, choices=MARKING_CHOICES, default="?")
|
||||
marking_comment = models.TextField(blank=True, null=True)
|
||||
name = models.CharField(max_length=100, blank=True, null=True)
|
||||
|
||||
@@ -27,7 +27,7 @@ See <em><a href="/caves_undropped">Undropped Caves</a></em> for all unexplored c
|
||||
See <em> <a href="/enttags">Lost Caves</a></em> for caves we have mislaid.
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
|
||||
</p>
|
||||
|
||||
@@ -64,7 +64,7 @@ See <em> <a href="/enttags">Lost Caves</a></em> for caves we have mislaid.
|
||||
See <em><a href="/caves">All Caves</a></em> for all the caves in areas 1623, 1626, 1624, 1627
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -27,7 +27,7 @@ See <em> <a href="/enttags">Lost Caves</a></em> for caves we have mislaid.<br />
|
||||
See <em> <a href="/caves_recent">Recent Caves</a></em> for a shorter list of recent caves.
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
|
||||
</p>
|
||||
|
||||
@@ -52,7 +52,7 @@ See <em> <a href="/caves_recent">Recent Caves</a></em> for a shorter list of rec
|
||||
</div>
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
|
||||
</p>
|
||||
|
||||
@@ -66,7 +66,7 @@ See <em> <a href="/caves_recent">Recent Caves</a></em> for a shorter list of rec
|
||||
</div>
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
|
||||
</p>
|
||||
|
||||
@@ -81,7 +81,7 @@ See <em> <a href="/caves_recent">Recent Caves</a></em> for a shorter list of rec
|
||||
</div>
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
|
||||
</p>
|
||||
|
||||
@@ -97,7 +97,7 @@ See <em> <a href="/caves_recent">Recent Caves</a></em> for a shorter list of rec
|
||||
</div>
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -15,7 +15,7 @@ See <em> <a href="/enttags">Lost Caves</a></em> for caves we have mislaid.<br />
|
||||
Download <em><a href="/caves_undropped_gpx" download="undropped.gpx">Undropped GPX file</a></em> (This is only the subset which are fully located.)
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
<a href="{% url "newhole" %}">New Cave</a><br>
|
||||
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<img class = "onright" alt="troggle logo" src="/handbook/troggle/tricky-troggle.jpg">
|
||||
<h3>Troggle Administration Utilities</h3>
|
||||
<ul>
|
||||
<li><a href="/newcave/">New Cave - directly into Cave Edit page
|
||||
<li><a href="/logreport/{{year}}">Delete logbook entry</a> -Online logbook suffers duplicate entries <span style="color:red">{{error}}</span>
|
||||
<li><a href="/survexfilewild/{{current_year}}">Un-walleted "wild" Survex({{current_year}})</a> -Survex files which are NOT linked to a wallet
|
||||
<li><a href="/pathsreport">Folder paths used</a> -folders settings used by this troggle installation
|
||||
|
||||
Reference in New Issue
Block a user