diff options
Diffstat (limited to 'templates/expedition.html')
-rw-r--r-- | templates/expedition.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/expedition.html b/templates/expedition.html index 3533e28..ac86efe 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -20,7 +20,9 @@ {% endfor %} </p> <p>See also the <a href="/years/{{expedition.year}}/">documentation index</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 %} <p><b>At a single glance:</b> The table shows all expo cavers and their recorded trips. The columns are the date in the month (July or August), with a "T" for a logbook entry, and @@ -60,7 +62,9 @@ an "S" for a survey trip. The colours are the same for people on the same trip. {% endfor %} </table> -<form action="" method="GET"><input type="submit" name="reload" value="Reload"></form> +{% if logged_in %} +<form action="" method="GET"><input type="submit" name="reload" value="Reload from logbook"></form> +{% endif %} <h3>Logbooks and survey trips per day</h3> |