diff options
Diffstat (limited to 'templates/qm.html')
-rw-r--r-- | templates/qm.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/templates/qm.html b/templates/qm.html index 0b6a633..c027918 100644 --- a/templates/qm.html +++ b/templates/qm.html @@ -48,14 +48,14 @@ Comment: '<span style="color:red;">{{qm.comment}}</span>'</a> <br /> <h4>QM original closest survey station</h4> {% if qm.block %} -Survex block: {{qm.blockname}} +Survex block: <span style="font-family: monospace">{{qm.blockname}}</span> <br> {% endif %} -QM Nearest station: '{{qm.nearest_station_name}}' {{nearest_station_description}}<br /> -QM page_ref: '{{qm.page_ref|safe}}'<br> +QM Nearest station: <span style="font-family: monospace">'{{qm.nearest_station_name}}' {{nearest_station_description}}</span><br /> +QM Page reference: <span style="font-family: monospace">'<a href="/{{qm.cave.url_parent}}/{{qm.page_ref}}">{{qm.page_ref|safe}}</a>'</span><br> <h4>QM original description</h4> -{{qm.location_description|safe}} +<div style="text-indent: 5%; font-family: monospace">{{qm.location_description|safe}}</div> {% if qm.found_by %} <h4>Creation</h4> @@ -64,11 +64,10 @@ Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm. {% if qm.cave %} <h4>Cave: {{qm.cave|safe }}</h4> -{{ qm.cave|safe }} - <a href="{% url 'caveQMs' qm.cave|safe %}">All QMs </a> <br> +{{ qm.cave|safe }} - <a href="{% url 'caveQMs' qm.cave|safe %}">all QMs </a> for this cave <br> {{ qm.cave|safe }} - <a href="/{{ qm.cave.url }}"> cave description </a> <br /> -{{ qm.cave|safe }} - <a href="/survexfile/{{ qm.cave.kataster_number }}"> survexfiles </a> <br /> -{{ qm.cave|safe }} - all <a href="/survexfile/{{qm.cave.kataster_number}}">survexfiles</a><br /> -{{ qm.cave|safe }} - <a href="/survexfile/{{qm.cave.survex_file}}">primary survexfile</a> +{{ qm.cave|safe }} - all <a href="/survexfile/{{qm.cave.kataster_number}}">survexfiles</a> for this cave<br /> +{{ qm.cave|safe }} - <a href="/survexfile/{{qm.cave.survex_file}}">primary survexfile</a> for this cave<br /><br /> {% endif %} </div> |