diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-24 13:40:49 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-24 13:40:49 +0300 |
commit | b8cd8c4785cd5eb11b7ba556d28c3b3e00a126f6 (patch) | |
tree | 661c7dd602b01cd3c631c9b06a0e3030c155ffb4 | |
parent | a30a2b9ef9503292d35f315cf7ae8a798db9232a (diff) | |
download | troggle-b8cd8c4785cd5eb11b7ba556d28c3b3e00a126f6.tar.gz troggle-b8cd8c4785cd5eb11b7ba556d28c3b3e00a126f6.tar.bz2 troggle-b8cd8c4785cd5eb11b7ba556d28c3b3e00a126f6.zip |
wallets form edits
-rw-r--r-- | templates/cavewallets.html | 2 | ||||
-rw-r--r-- | templates/walletform.html | 4 | ||||
-rw-r--r-- | templates/yearwallets.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index b05dab7..df3b009 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -16,7 +16,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <p>See also wallets <ul> <li>per year, e.g. <a href="/wallets/year/2022">2022</a> -<li>per person, e.g. <a href="/wallets/person/MichaelSargent">Michael Sargent</a> +<li>per person, e.g. <a href="/wallets/person/Wookey">Wookey</a> </ul> {% include 'wallet_table.html' %} <br /> diff --git a/templates/walletform.html b/templates/walletform.html index 45ac69b..cd96a64 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -18,7 +18,7 @@ <input label = "WalletGoto" name = "walletgoto" size="7" title="Wallet name to go to directly" - placeholder="2022#42" value="2022#42" /> + placeholder="2022#nn" value="2022#" /> </form> @@ -60,7 +60,7 @@ {% for f in files %} <a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br /> {% empty %} - <p><No files in this wallet.> + <p><No files in this wallet. (Subdirectories here not supported by troggle in 2022.)> {% endfor %} </p> {% if create %} diff --git a/templates/yearwallets.html b/templates/yearwallets.html index bce04d7..df6c7ac 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -14,7 +14,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <p>See also wallets <ul> <li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a> -<li>per person, e.g. <a href="/wallets/person/MichaelSargent">Michael Sargent</a> +<li>per person, e.g. <a href="/wallets/person/Wookey">Wookey</a> </ul> {% include 'wallet_table.html' %} |