2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-02 05:41:00 +01:00

fix comments and 2019 LB parsing

This commit is contained in:
2022-12-07 18:22:09 +00:00
parent 1eab261b30
commit 17b2b7b89c
5 changed files with 29 additions and 10 deletions

View File

@@ -17,8 +17,11 @@
{% endif %}
{% endfor %}
</p>
<p>See also the <a href="/years/{{expedition.year}}/">documentation index</a> for this Expo
<p>See also the <a href="/wallets/year/{{expedition.year}}">wallet completion status</a> for this Expo
<p>See also the
<ul>
<li> <a href="/years/{{expedition.year}}/">documentation index</a> for this Expo
<li> <a href="/wallets/year/{{expedition.year}}">wallet completion status</a> for this Expo
<li> <a href="/years/{{expedition.year}}/{{expedition.logbookfile}}">full logbook</a> for this Expo
{% if logged_in %}
<p>Reparse and reload this year's logbook by clicking here: <a href="/expedition/{{expedition.year}}?reload">RELOAD</a>
{% endif %}

View File

@@ -64,6 +64,7 @@ If anyone really cares, they can always look in the original survex file
{% endfor %}
</table>
</div>
{% comment %}
<div style="color: slategray; background-color:lightcyan">
<p>Horrible convoluted bug here, but only for some survex files. Mostly, a survex block is duplicated. But not always.
@@ -82,4 +83,5 @@ instead or writing it in python anyone could understand.<br>
- the connection between the two is made in the URL resolver in <var>troggle/urls.py</var>
<p>To be fixed!
</div>
{% endcomment %}
{% endblock %}