mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-30 09:59:51 +01:00
fix Explorers field
This commit is contained in:
@@ -106,10 +106,6 @@ Nope, it is not useful, removing it... Philip S.
|
||||
{{ cave.underground_centre_line|safe }}
|
||||
{% endif %}
|
||||
-->
|
||||
{% if cave.explorers %}
|
||||
<h2>Explored by CUCC (expo)? Or ARGE ?</h2>
|
||||
{{ cave.explorers|safe }}
|
||||
{% endif %}
|
||||
{% if cave.references %}
|
||||
<h2>References</h2>
|
||||
{{ cave.references|safe }}
|
||||
@@ -239,6 +235,12 @@ to equate <var>p{{ ent.entrance.name|lower|safe }}</var> to the actual survey st
|
||||
Download .3d file <a href="{% url "cave3d" cave %}">{{cave}}.3d</a><!-- this is a fake directory -->
|
||||
<br>
|
||||
cave survex path '{{ cave.areacode }}/{% if cave.kataster_number %}{{cave.kataster_number}}{% else %}{{cave.unofficial_number}}{% endif %}/'
|
||||
|
||||
{% if cave.explorers %}
|
||||
<h3>Explorers</h3>
|
||||
<p> {{ cave.explorers|safe }}<br />
|
||||
<p>[This is a fossil: it used to show whether the cave was explored by CUCC/expo or by another group, but that information is now available in the survex files recording the surveying.]
|
||||
{% endif %}
|
||||
<div id='scene'></div>
|
||||
{% endif %}
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user