forked from expo/troggle
tidy links
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h3>Surveys done</h3>
|
||||||
|
Wallets and surveys mentioning <a href="/wallets/person/{{person}}">{{person}}</a>
|
||||||
|
|
||||||
{% if person.blurb %}
|
{% if person.blurb %}
|
||||||
{{person.blurb|safe}}
|
{{person.blurb|safe}}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
title="Date of the trip in ISO format: 2020-08-17"
|
title="Date of the trip in ISO format: 2020-08-17"
|
||||||
placeholder="{{date}}" value="{{date}}" required />
|
placeholder="{{date}}" value="{{date}}" required />
|
||||||
<br>
|
<br>
|
||||||
<label for="cave">Cave ID</label>
|
<label for="cave">Cave ID (only needed if no survex file yet)</label>
|
||||||
<input
|
<input
|
||||||
label = "Cave" name = "cave" size="12"
|
label = "Cave" name = "cave" size="12"
|
||||||
title="Cave id e.g. 2017-DM-01 or 1623/256"
|
title="Cave id e.g. 2017-DM-01 or 1623/256"
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
title="List of people on the survey trip"
|
title="List of people on the survey trip"
|
||||||
placeholder="{{people}}" value="{{people}}" />
|
placeholder="{{people}}" value="{{people}}" />
|
||||||
<br>
|
<br>
|
||||||
<label for="url">URL of cave description</label>
|
<label for="url">URL of survey area (only needed if not a cave)</label>
|
||||||
<input
|
<input
|
||||||
label = "URL" name = "url" size ="{{urlsize}}"
|
label = "URL" name = "url" size ="{{urlsize}}"
|
||||||
title="URL of cave description, e.g. /1623/264/264.html"
|
title="URL of cave description, e.g. /1623/264/264.html"
|
||||||
|
|||||||
Reference in New Issue
Block a user